Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 2.22 KB

File metadata and controls

55 lines (49 loc) · 2.22 KB

My .vim configuration

Shortcuts

  • <S-H> - Tab left
  • <S-L> - Tab right
  • <Leader>f - Start Ack search
  • <Leader>Ss - Open scratch in split window
  • <Leader>s - Open scratch in same window
  • <Leader>o - Open BufExplorer
  • <Leader>dc - Shows diff of current buffer
  • <Leader>dp - Shows patch of current buffer
  • <Leader>p - Preview current buffer using hammer.vim
  • <Leader>g - Creates public gist (works in command mode)
  • <Leader>pg - Creates private gist (works in command mode)
  • <Leader>t - Open Command-T
  • <Leader>T - Flush Command-T
  • <Leader>rt - Create ctags
  • <Leader>tl - Open Taglist
  • <Leader>x - Toggle TODO
  • <Leader>W - Clean whitespace
  • <Leader><Leader> - Toggle ZoomWin
  • [num]<Leader>cc - Comment out num lines
  • [num]<Leader>cm - Minimal comment out num lines
  • [num]<Leader>c<space> - Toggle comment on num lines

Plugins

Plugins I use on the daily