Skip to content

Instantly share code, notes, and snippets.

@shouhei
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save shouhei/08f47b622818a0054135 to your computer and use it in GitHub Desktop.

Select an option

Save shouhei/08f47b622818a0054135 to your computer and use it in GitHub Desktop.
vimを使いこなせるようになるやーつ。
inoremap <left> <esc>:q!<cr>
inoremap <right> <esc>:q!<cr>
inoremap <up> <esc>:q!<cr>
inoremap <down> <esc>:q!<cr>
inoremap <BS> <esc>:q!<cr>
inoremap <delete> <esc>:q!<cr>
nnoremap <left> <esc>:q!<cr>
nnoremap <right> <esc>:q!<cr>
nnoremap <up> <esc>:q!<cr>
nnoremap <down> <esc>:q!<cr>
nnoremap <BS> <esc>:q!<cr>
nnoremap <delete> <esc>:q!<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment