Skip to content

Instantly share code, notes, and snippets.

@shreeshga
Created September 7, 2011 00:17
Show Gist options
  • Save shreeshga/1199382 to your computer and use it in GitHub Desktop.
Save shreeshga/1199382 to your computer and use it in GitHub Desktop.
vimrc commands to disable arrow key navigation
nnoremap <up> <nop>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>
inoremap <up> <nop>
inoremap <down> <nop>
inoremap <left> <nop>
inoremap <right> <nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment