Skip to content

Commit

Permalink
organize
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Jul 11, 2012
1 parent 25c801b commit ff9ef74
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@ inoremap <leader>W <Esc><leader>W
inoremap <leader>C <Esc><leader>C
inoremap <leader>S <Esc><leader>S
Bundle 'tpope/vim-unimpaired'
" bubble current line
nmap <M-j> ]e
nmap <M-k> [e
" bubble visual selection lines
vmap <M-j> ]egv
vmap <M-k> [egv
" (HT|X)ml tool
Bundle 'ragtag.vim'

Expand All @@ -268,13 +276,6 @@ Bundle 'mkitt/browser-refresh.vim'
com! ONRRB :au! BufWritePost <buffer> :RRB
com! NORRB :au! BufWritePost <buffer>

Bundle 'unimpaired.vim'
" bubble current line
nmap <M-j> ]e
nmap <M-k> [e
" bubble visual selection lines
vmap <M-j> ]egv
vmap <M-k> [egv

Bundle 'repeat.vim'
Bundle 'surround.vim'
Expand Down

0 comments on commit ff9ef74

Please sign in to comment.