Vim-plugins

I use a lot of plugins for vim. I will list some of them here. It is not a complete list (yet).

buffergrep

buffergrep has various commands, where I think Bgrep is the most important:
:Bgrep /foo/

will search all you buffers for the word foo. You can then go to the next match with :cn, go back with :cp and have a list of all matches with :cw

vcscommand

vcscommand helps you using CVS, Subversion or git. There is support for vimdiff'ing you changes, as well as simple tasks like add, commit, annotate, etc. It is the same commands for CVS and Subversion. I still do some operations from the xterm, but this plugin covers what I need to do from Vim.

Syndicate content