Changes

Jump to: navigation, search

Vim-plugin

550 bytes added, 12:40, 28 February 2013
* Git.vim is a plugin that allows the user to perform a lot more Git operations from within the Vim environment. http://github.com/motemen/git-vim/tree/master
* This plugin was designed to display the current branch info in the vim status line. http://github.com/taq/vim-git-branch-info/tree/master
* the only one I use is git-vim, the rest is not really helpfull for me [gcmalloc]
== 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.
http://www.vim.org/scripts/script.php?script_id=2332
== Vundle ==
Even better than pathogen, it's a full feature package manager for vim plugin.
Ex : Bundle 'sjl/gundo.vim'
== conque ==
A shell wrapper you can open a shell in a vim buffer simply with
:ConqueTerm zsh
http://code.google.com/p/conque/
It will hang sometime, and ignore esc key. You can use tmux to have a real shell on the side.
== ack ==
A simple shortcut to the ack command, a grep alternative specially designed for programmers.
"hello" to 'hello' with cs"'
https://github.com/tpope/vim-surround
== DelimitMate ==
Close open parenthesis, bracket, quote, double quote or whatever symbols you want it to care about.
== The-NERD-Tree ==
A file browser in vim, much better than the default one.
https://github.com/scrooloose/nerdtree
== auto-mkdir ==
Automatically create the directory that doesn't exist yet when editing saving a new filebuffer.
== minibufexplorer ==
always see all opened buffer, change between them, see wich one are selected.
* tab make the completion for everything, snipet completion too if you have snipmate
* https://github.com/ervandew/supertab
== Align ==
Automagically align character on lines. Works very well with a selection to create lines similar to
a = 4
armenia = 4
== vim-powerline ==
Increment/Decrement date with ctrl+a/ctrl+x, works so well you will loose your calendar.
Very handy to build macro on top of it.
 
== ZoomWin ==
Maximize one window, then go back to the original layout
445
edits