Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created May 18, 2011 14:50
Show Gist options
  • Save cfcosta/978725 to your computer and use it in GitHub Desktop.
Save cfcosta/978725 to your computer and use it in GitHub Desktop.
Turning your vim more emacs-likey
imap <C-f> <C-o>l
imap <C-b> <C-o>h
imap <C-n> <C-o>j
imap <C-p> <C-o>k
imap <C-a> <C-o>0
imap <C-e> <C-o>$
imap <C-k> <C-o>D
imap <C-y> <C-o>p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment