Skip to content

Instantly share code, notes, and snippets.

@matason
Created September 27, 2013 10:23
Show Gist options
  • Save matason/6726608 to your computer and use it in GitHub Desktop.
Save matason/6726608 to your computer and use it in GitHub Desktop.
noremap <Up> <NOP>
inoremap <Up> <NOP>
vnoremap <Up> <NOP>
noremap <Down> <NOP>
inoremap <Down> <NOP>
vnoremap <Down> <NOP>
noremap <Left> <NOP>
inoremap <Left> <NOP>
vnoremap <Left> <NOP>
noremap <Right> <NOP>
inoremap <Right> <NOP>
vnoremap <Right> <NOP>
noremap h <NOP>
vnoremap h <NOP>
noremap j <NOP>
vnoremap j <NOP>
noremap k <NOP>
vnoremap k <NOP>
noremap l <NOP>
vnoremap l <NOP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment