Skip to content

Latest commit

 

History

History
104 lines (87 loc) · 3.17 KB

README.mkd

File metadata and controls

104 lines (87 loc) · 3.17 KB

My Vimfiles

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.

Commands

  • 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.

Plugins

Also

References