To install my vim files easily, just type this command:
$ curl https://raw.github.com/lucassmagal/Vim-Files/master/install.sh | sh
And that's all. Remember that you should have git installed.
- F2 ~> Paste toggle
- F4 ~> View TagList
- F5 ~> View NERDTree
- F12 ~> Toggle mouse
- , ~> leader
- ,w ~> fast save
- ,yy ~> external copy
- ,pp ~> external paste
- w!! ~> force save without sudo
- ,lf ~> LustyExplorer
- ,lr ~> LustyExplorer at the directory of the current file.
- ctrl+t t ~> open a new tab
- ctrl+t w ~> close the tab
- shift-right ~> next tab
- shift-left ~> previous tab
- ctrl+s s ~> save session
- ctrl+s o ~> open session
- ctrl+s c ~> close session
- ctrl+s d ~> delete session
This link has 100 Vim commands.