Skip to content

Instantly share code, notes, and snippets.

@rodrei
Created June 17, 2011 23:09
Show Gist options
  • Save rodrei/1032556 to your computer and use it in GitHub Desktop.
Save rodrei/1032556 to your computer and use it in GitHub Desktop.
Personal .vimrc
" 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