Created
August 15, 2014 13:49
-
-
Save morganp/0e549f0a09a3741b1cd8 to your computer and use it in GitHub Desktop.
Vim disable cursors the smart way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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