Created
May 18, 2011 14:50
-
-
Save cfcosta/978725 to your computer and use it in GitHub Desktop.
Turning your vim more emacs-likey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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