Skip to content

Instantly share code, notes, and snippets.

@johannhof
Created November 7, 2013 15:48
Show Gist options
  • Save johannhof/7356806 to your computer and use it in GitHub Desktop.
Save johannhof/7356806 to your computer and use it in GitHub Desktop.
Vim disable arrow keys
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment