Skip to content

Instantly share code, notes, and snippets.

@ideepika
Created September 29, 2017 12:19
Show Gist options
  • Select an option

  • Save ideepika/99794889cec48bd4b42ad1572c974489 to your computer and use it in GitHub Desktop.

Select an option

Save ideepika/99794889cec48bd4b42ad1572c974489 to your computer and use it in GitHub Desktop.
"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