Created
September 14, 2012 17:04
-
-
Save mloberg/3723259 to your computer and use it in GitHub Desktop.
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
"Don't think about using arrow keys in vim | |
noremap <Up> :q!<Enter> | |
noremap! <Up> <Esc>:q!<Enter> | |
noremap <Down> :q!<Enter> | |
noremap! <Down> <Esc>:q!<Enter> | |
noremap <Left> :q!<Enter> | |
noremap! <Left> <Esc>:q!<Enter> | |
noremap <Right> :q!<Enter> | |
noremap! <Right> <Esc>:q!<Enter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment