Difference between revisions of "Vim-plugin"
From Fixme.ch
(Created page with "Here is a non-exhausive list of really great vim plugin: = pathogen = For plugin management, after installing you can keep all your plugin in a ~/.vim/bundle. You can keep every ...") |
|||
Line 7: | Line 7: | ||
or | or | ||
:ConqueTerm zsh | :ConqueTerm zsh | ||
+ | = ack = | ||
+ | A simple shortcut to the ack command, a grep alternative specially designed for programmers | ||
+ | = surround = | ||
+ | add or remove surrounding, it support parenthesis opening and closing. | ||
+ | = The-NERD-Tree = | ||
+ | A file browser in vim, easy way to toggle it. |
Revision as of 00:06, 1 September 2012
Here is a non-exhausive list of really great vim plugin:
Contents
pathogen
For plugin management, after installing you can keep all your plugin in a ~/.vim/bundle. You can keep every plugin as a git depot for git-submodule management or similar.
conque
A shell wrapper you can open a shell in a vim buffer simply with
- ConqueTerm ipython
or
- ConqueTerm zsh
ack
A simple shortcut to the ack command, a grep alternative specially designed for programmers
surround
add or remove surrounding, it support parenthesis opening and closing.
The-NERD-Tree
A file browser in vim, easy way to toggle it.