Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Created December 3, 2012 18:06
Show Gist options
  • Save yuya-matsushima/4196783 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/4196783 to your computer and use it in GitHub Desktop.
"十字キー無効化
inoremap <Right> <Nop>
inoremap <Left> <ESC>
inoremap <Up> <Nop>
inoremap <Down> <Nop>
nnoremap <Right> <Nop>
nnoremap <Left> <Nop>
nnoremap <Up> <Nop>
nnoremap <Down> <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment