Skip to content

Instantly share code, notes, and snippets.

@gmassanek
Created March 14, 2012 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmassanek/2036662 to your computer and use it in GitHub Desktop.
Save gmassanek/2036662 to your computer and use it in GitHub Desktop.
Vim Tricks from Editor Talk
cntl i
cntl o
hop between cursor positions
cntl u
cntl f
cntl d
cntl b
page and half page
brew install ctags
cntl [
gf
let g:CommandTMaxFiles=20000
alias vim='mvim -v'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment