Skip to content

Instantly share code, notes, and snippets.

@bendavis78
Created June 11, 2011 20:04
Show Gist options
  • Save bendavis78/1020893 to your computer and use it in GitHub Desktop.
Save bendavis78/1020893 to your computer and use it in GitHub Desktop.
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
noremap <PageUp> <Nop>
noremap <PageDown> <Nop>
inoremap <Up> <Nop>
inoremap <Down> <Nop>
inoremap <Left> <Nop>
inoremap <Right> <Nop>
inoremap <PageUp> <Nop>
inoremap <PageDown> <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment