Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Created July 8, 2013 19:17
Show Gist options
  • Save naveensrinivasan/5951642 to your computer and use it in GitHub Desktop.
Save naveensrinivasan/5951642 to your computer and use it in GitHub Desktop.
my new vim bindings
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
noremap <BS> <NOP>
inoremap <Up> <NOP>
inoremap <Down> <NOP>
inoremap <Left> <NOP>
inoremap <Right> <NOP>
inoremap <Esc> <NOP>
inoremap jk <esc>
inoremap jj <esc>
inoremap <BS> <NOP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment