Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.16 KB

File metadata and controls

37 lines (29 loc) · 1.16 KB

Buffer

  • :ls open buffer-list
  • :Ls open buffergator

Files

  • :echo @% echo path
  • :!echo % | pbcopy copy path to clipboard

Splits

  • ^f full-screen

NERDTree

  • ⌃y toggle
  • ⌃u find

Fuzzy Finder

  • ⌃p open

Multiple Cursor

  • ⌃n select next word
  • ⌃p select previous word
  • ⌃x skip current word

Fugitive

  • :Gread Check out changes
  • :Gvsplit branch:file open file from other branch in vsplit

CTags

  • > ctags -R . create

Misc

  • :set wrap handle too long lines
  • ⌃r ⌃w paste current word to ex-command
  • ⌃o undo cursor position
  • ⌃i redo cursor position
  • v-mode: m toggle mute code
  • ⌃m DON'T USE IT carriage return