Skip to content

rizzatti/greper.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greper.vim

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.

Commands, Mappings and Configuration

Read the help to know more.

Installation

Using Vundle:

Just add this 2 lines to your ~/.vimrc:

Plugin 'rizzatti/funcoo.vim'
Plugin 'rizzatti/greper.vim'

And run :PluginInstall inside 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.git

Using vpm:

Run this command in your shell:

vpm insert rizzatti/funcoo.vim
vpm insert rizzatti/greper.vim

Using Plug:

Just add this line to your ~/.vimrc inside plug call:

Plug 'rizzatti/funcoo.vim'
Plug 'rizzatti/greper.vim'

And run :PlugInstall inside Vim or vim +PlugInstall +qa from shell.

License

MIT

About

Search, the way it should be.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages