Skip to content

Instantly share code, notes, and snippets.

@4poc
Created March 11, 2011 08:46
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 4poc/865634 to your computer and use it in GitHub Desktop.
Save 4poc/865634 to your computer and use it in GitHub Desktop.
Learning vim, try to stop using the arrow keys ;)
" stop using arrow keys!
map <UP> d'oh!
map <DOWN> d'oh!
map <LEFT> d'oh!
map <RIGHT> d'oh!
imap <UP> d'oh!
imap <DOWN> d'oh!
imap <LEFT> d'oh!
imap <RIGHT> d'oh!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment