Created
July 15, 2012 13:17
-
-
Save despo/3116883 to your computer and use it in GitHub Desktop.
no arrow keys please
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
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
@markburns very nice. I don't need that anymore, but I wish I had done that when I was learning :)