Skip to content

Commit

Permalink
Align entry mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Carper committed Apr 22, 2010
1 parent d2fdf18 commit d35180b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -329,6 +329,7 @@ nnoremap <Leader>fg :execute 'g/'.input("Search term: > ").'/norm ddGp'<CR>
" Lining up code into columns using the nice Align plugin
let g:loaded_alignmaps=1
vnoremap <silent> <Leader>i" <ESC>:AlignPush<CR>:AlignCtrl lp0P0<CR>:'<,'>Align "<CR>:AlignPop<CR>
vnoremap <silent> <Leader>i= <ESC>:AlignPush<CR>:AlignCtrl lp1P1<CR>:'<,'>Align =<CR>:AlignPop<CR>
vnoremap <silent> <Leader>i, <ESC>:AlignPush<CR>:AlignCtrl lp0P1<CR>:'<,'>Align ,<CR>:AlignPop<CR>
vnoremap <silent> <Leader>i( <ESC>:AlignPush<CR>:AlignCtrl lp0P0<CR>:'<,'>Align (<CR>:AlignPop<CR>
Expand Down

0 comments on commit d35180b

Please sign in to comment.