Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.64 KB

File metadata and controls

45 lines (40 loc) · 1.64 KB

vim-workflow

Features:

  • asynchronous linting
  • tree file view
  • fuzzy file search
  • more info on status and tab lines
  • keyboard mapping
  • sublime style multiple selections

VIM Plugins

Kudos to these awesome people.

Keyboard Mapping

keys vim command description
map <leader>O :NERDTreeToggle Open file tree view
map ; :Files fuzzy search files
map Ctrl+_ :tabedit
map C+t,left :tabp jump to left tab
map C+t,right :tabn jump to right tab
map <leader>+\ :vsplit split screen
map C+S+Right jump to right screen
map C+S+Left jump to left screen
map <leader>F3 :Gblame open gblame
map <leader>F2 :wqa save and exit all windows
map <leader>F12 :mks! ./.vimsession save session
map <leader>F11 :source ./.vimsession open last saved session for current dir