Created
June 17, 2011 23:09
-
-
Save rodrei/1032556 to your computer and use it in GitHub Desktop.
Personal .vimrc
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
" UNIMPAIRED PLUGIN | |
" Bubble single lines | |
nmap <C-k> [e | |
nmap <C-j> ]e | |
" Bubble multiple lines | |
vmap <C-k> [egv | |
vmap <C-j> ]egv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment