Skip to content

Instantly share code, notes, and snippets.

@doncote
Created March 1, 2012 06:58
Show Gist options
  • Save doncote/1947916 to your computer and use it in GitHub Desktop.
Save doncote/1947916 to your computer and use it in GitHub Desktop.
avoid the arrows
" Get off my lawn
nnoremap <Left> :echoe "Use h"<CR>
nnoremap <Right> :echoe "Use l"<CR>
nnoremap <Up> :echoe "Use k"<CR>
nnoremap <Down> :echoe "Use j"<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment