This vim plugin improves searching, for words and with regular expressions, using a simple syntax.
It allows using any of these tools: ag, ack and grep. Whichever is avaiable, greper.vim will pick the fastest.
It provides a new set of commands, easy navigation of the search results window and (recommended) mappings.
Read the help to know more.
Using Vundle:
Just add this 2 lines to your ~/.vimrc:
Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/greper.vim'And run :BundleInstall inside Vim.
Using pathogen.vim:
Copy and paste in your shell:
cd ~/.vim/bundle
git clone https://github.com/rizzatti/funcoo.vim.git
git clone https://github.com/rizzatti/greper.vim.gitMIT