Skip to content

Instantly share code, notes, and snippets.

@k0001
Created July 24, 2018 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0001/4f41c6d0a6cc4192754bdef9461024ec to your computer and use it in GitHub Desktop.
Save k0001/4f41c6d0a6cc4192754bdef9461024ec to your computer and use it in GitHub Desktop.
inoremap <up> <Esc><right><up>
inoremap <down> <Esc><right><down>
inoremap <left> <Esc>
inoremap <right> <Esc><right><right>
inoremap <insert> <Esc><right><insert>
inoremap <delete> <Esc><right><delete>
inoremap <home> <Esc><right><home>
inoremap <end> <Esc><right><end>
inoremap <PageDown> <Esc><right><PageDown>
inoremap <PageUp> <Esc><right><PageUp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment