Skip to content

Instantly share code, notes, and snippets.

@octagonal
Created August 21, 2013 22:17
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 octagonal/6300976 to your computer and use it in GitHub Desktop.
Save octagonal/6300976 to your computer and use it in GitHub Desktop.
No arrow keys
" Disable arrow keys.
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