Created
September 29, 2017 12:19
-
-
Save ideepika/99794889cec48bd4b42ad1572c974489 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
| "disabled hjkl | |
| inoremap <Up> <NOP> | |
| inoremap <Down> <NOP> | |
| inoremap <Left> <NOP> | |
| inoremap <Right> <NOP> | |
| inoremap <Esc> <NOP> | |
| noremap <Up> <NOP> | |
| noremap <Down> <NOP> | |
| noremap <Left> <NOP> | |
| noremap <Right> <NOP> | |
| noremap <Esc> <NOP> | |
| "to use-w,b,e,ge,W,B,E,gE | |
| "learn to move faster by disabling hjkl | |
| noremap h <NOP> | |
| noremap j <NOP> | |
| noremap k <NOP> | |
| noremap l <NOP> | |
| set spell spelllang=en_us | |
| "set paste toggle <F2> | |
| nnoremap <F2> :set invpaste paste?<CR> | |
| set pastetoggle=<F2> | |
| set showmode | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment