Skip to content

Instantly share code, notes, and snippets.

@peritus
Created September 5, 2010 16:58
Show Gist options
  • Save peritus/566168 to your computer and use it in GitHub Desktop.
Save peritus/566168 to your computer and use it in GitHub Desktop.
" disable cursor keys to train Filip's muscular memory
noremap <Up> ""
noremap! <Up> <Esc>
noremap <Down> ""
noremap! <Down> <Esc>
noremap <Left> ""
noremap! <Left> <Esc>
noremap <Right> ""
noremap! <Right> <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment