Skip to content

Instantly share code, notes, and snippets.

@john-walks-slow
Last active December 5, 2018 15:19
Show Gist options
  • Save john-walks-slow/f7b8d16361b6273d633aadf2ec8b3bc0 to your computer and use it in GitHub Desktop.
Save john-walks-slow/f7b8d16361b6273d633aadf2ec8b3bc0 to your computer and use it in GitHub Desktop.
cVim_pref
unmapAll
iunmapAll
imap <C-j> forwardLine
imap <C-k> backwardLine
imap <C-h> backwardWord
imap <C-l> forwardWord
imap <C-S-l> forwardChar
imap <C-S-h> backwardChar
imap <C-S-j> beginningOfLine
imap <C-S-k> endOfLine
imap <C-;> deleteForwardWord
imap <C-g> deleteWord
imap <C-S-;> deleteForwardChar
imap <C-S-g> deleteChar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment