Skip to content

Instantly share code, notes, and snippets.

@mloberg
Created September 14, 2012 17:04
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 mloberg/3723259 to your computer and use it in GitHub Desktop.
Save mloberg/3723259 to your computer and use it in GitHub Desktop.
"Don't think about using arrow keys in vim
noremap <Up> :q!<Enter>
noremap! <Up> <Esc>:q!<Enter>
noremap <Down> :q!<Enter>
noremap! <Down> <Esc>:q!<Enter>
noremap <Left> :q!<Enter>
noremap! <Left> <Esc>:q!<Enter>
noremap <Right> :q!<Enter>
noremap! <Right> <Esc>:q!<Enter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment