<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: VIM Programming Bounty: FuzzyFind inside Files</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Wed, 17 Mar 2010 16:29:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
		<item>
		<title>By: Gavin</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-11266</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 18 Jan 2009 00:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-11266</guid>
		<description>I&#039;d be really, really, really interested in this too.

It seems nobody has been able to fill your requirements outlined in your post, basically just something exactly like fuzzyfinder which will do the in file search. 

The wait continues.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be really, really, really interested in this too.</p>
<p>It seems nobody has been able to fill your requirements outlined in your post, basically just something exactly like fuzzyfinder which will do the in file search. </p>
<p>The wait continues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Calvert</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-11231</link>
		<dc:creator>Ian Calvert</dc:creator>
		<pubDate>Mon, 12 Jan 2009 01:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-11231</guid>
		<description>Hmm, seems this was stripped out:

use CTRL-W then gF to open in a new tab.</description>
		<content:encoded><![CDATA[<p>Hmm, seems this was stripped out:</p>
<p>use CTRL-W then gF to open in a new tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Calvert</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-11223</link>
		<dc:creator>Ian Calvert</dc:creator>
		<pubDate>Sun, 11 Jan 2009 17:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-11223</guid>
		<description>Use vimgrep and open up the quicklist with :cw

Then  gF

this opens the file in a new tab. Use gf to load the file or gF to load the file and go to the match.

This post was found just now via reddit, so thats why it&#039;s so late! Hope this is useful,
Ian</description>
		<content:encoded><![CDATA[<p>Use vimgrep and open up the quicklist with :cw</p>
<p>Then  gF</p>
<p>this opens the file in a new tab. Use gf to load the file or gF to load the file and go to the match.</p>
<p>This post was found just now via reddit, so thats why it&#8217;s so late! Hope this is useful,<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dane Summers</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10878</link>
		<dc:creator>Dane Summers</dc:creator>
		<pubDate>Fri, 24 Oct 2008 15:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10878</guid>
		<description>I have something that *might* work for you - its like fuzzyfinder...I never got around to publishing it til now b/c its a little buggy. But I *think* its what you are looking for.

http://viming.blogspot.com/2008/10/file-lookups.html</description>
		<content:encoded><![CDATA[<p>I have something that *might* work for you &#8211; its like fuzzyfinder&#8230;I never got around to publishing it til now b/c its a little buggy. But I *think* its what you are looking for.</p>
<p><a href="http://viming.blogspot.com/2008/10/file-lookups.html" rel="nofollow">http://viming.blogspot.com/2008/10/file-lookups.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10866</link>
		<dc:creator>Brendon</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10866</guid>
		<description>why not try  the project plugin,
http://www.vim.org/scripts/script.php?script_id=69

move over to that window and search for any string
/somefilename/

Or try out the nerdtree plugin
http://www.vim.org/scripts/script.php?script_id=1658
click O on your root project folder
/somefile/

and just use n or N to go thru the results, when you get a match click o to open the file.</description>
		<content:encoded><![CDATA[<p>why not try  the project plugin,<br />
<a href="http://www.vim.org/scripts/script.php?script_id=69" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=69</a></p>
<p>move over to that window and search for any string<br />
/somefilename/</p>
<p>Or try out the nerdtree plugin<br />
<a href="http://www.vim.org/scripts/script.php?script_id=1658" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=1658</a><br />
click O on your root project folder<br />
/somefile/</p>
<p>and just use n or N to go thru the results, when you get a match click o to open the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francois</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10865</link>
		<dc:creator>francois</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10865</guid>
		<description>have a look at PIDA: best of both world Vim Power and user friendly GUI

http://pida.co.uk/</description>
		<content:encoded><![CDATA[<p>have a look at PIDA: best of both world Vim Power and user friendly GUI</p>
<p><a href="http://pida.co.uk/" rel="nofollow">http://pida.co.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10864</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Tue, 21 Oct 2008 16:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10864</guid>
		<description>@Michael

Yeah, I do know how to use grep so this doesn&#039;t help me that much.  I&#039;m looking for something that does the following

1) provide me with an interface to search for something
2) run it through vimgrep
3) present me with a pop-up window where I can pick the file I want to open from a list</description>
		<content:encoded><![CDATA[<p>@Michael</p>
<p>Yeah, I do know how to use grep so this doesn&#8217;t help me that much.  I&#8217;m looking for something that does the following</p>
<p>1) provide me with an interface to search for something<br />
2) run it through vimgrep<br />
3) present me with a pop-up window where I can pick the file I want to open from a list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael B Allen</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10863</link>
		<dc:creator>Michael B Allen</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10863</guid>
		<description>#!/bin/sh

if [ $# -lt 2 ]; then
    echo &quot;usage: rgrep \&quot;\&quot; \&quot;\&quot;&quot;
    exit
fi

find . -name &quot;$1&quot; -print0 &#124; xargs -r0 egrep -H &quot;$2&quot;

#end shell script

Use like:

$ rgrep &#039;*.php&#039; &#039;someMethod\(&#039;

Note the quotes are necessary around the glob to prevent the shell from expanding it. Similarly you will meed to escape any characters that the shell might try to interpret.

Mike</description>
		<content:encoded><![CDATA[<p>#!/bin/sh</p>
<p>if [ $# -lt 2 ]; then<br />
    echo &#8220;usage: rgrep \&#8221;\&#8221; \&#8221;\&#8221;"<br />
    exit<br />
fi</p>
<p>find . -name &#8220;$1&#8243; -print0 | xargs -r0 egrep -H &#8220;$2&#8243;</p>
<p>#end shell script</p>
<p>Use like:</p>
<p>$ rgrep &#8216;*.php&#8217; &#8217;someMethod\(&#8216;</p>
<p>Note the quotes are necessary around the glob to prevent the shell from expanding it. Similarly you will meed to escape any characters that the shell might try to interpret.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://www.littlehart.net/atthekeyboard/2008/10/20/vim-programming-bounty-fuzzyfind-inside-files/comment-page-1/#comment-10859</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/?p=329#comment-10859</guid>
		<description>What you&#039;re looking for is vimgrep, and I&#039;ve written up a tutorial just for you: http://weierophinney.net/matthew/archives/194-Vimgrep-and-Vim-Project.html</description>
		<content:encoded><![CDATA[<p>What you&#8217;re looking for is vimgrep, and I&#8217;ve written up a tutorial just for you: <a href="http://weierophinney.net/matthew/archives/194-Vimgrep-and-Vim-Project.html" rel="nofollow">http://weierophinney.net/matthew/archives/194-Vimgrep-and-Vim-Project.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->