Skip to content

Instantly share code, notes, and snippets.

@morganp
Created August 15, 2014 13:49
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 morganp/0e549f0a09a3741b1cd8 to your computer and use it in GitHub Desktop.
Save morganp/0e549f0a09a3741b1cd8 to your computer and use it in GitHub Desktop.
Vim disable cursors the smart way
noremap <Up> :echo 'Use k'<CR>
noremap <Down> :echo 'Use j'<CR>
noremap <Left> :echo 'Use h'<CR>
noremap <Right> :echo 'Use l'<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment