Skip to content

Instantly share code, notes, and snippets.

@jacegu
Created March 9, 2011 20:06
Show Gist options
  • Save jacegu/862892 to your computer and use it in GitHub Desktop.
Save jacegu/862892 to your computer and use it in GitHub Desktop.
Disable arrows in Vim
"Disable arrows
map <up> <nop>
map <down> <nop>
map <left> <nop>
map <right> <nop>
imap <up> <nop>
imap <down> <nop>
imap <left> <nop>
imap <right> <nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment