Hey this looks pretty cool - every now and then I've wanted to see search results in a nice searchable list. Gonna have to try this plugin out:
Daniel in Nowhere: Put Searched results into a split window under VIM
Wednesday, March 04, 2009
Subscribe to:
Post Comments (Atom)
3 comments:
I like the ack.vim plugin. It'll open up search results in a quickfix window. By default it'll search your entire current directory recursively, but you could keep it just to the current file by adding "%" to the end, since ex will expand that to your current file.
Doh! Forgot a link:
http://github.com/mileszs/ack.vim/tree/master
I like the sound of that. When I get a spare moment I'm going to sit down and try these two out.
Post a Comment