Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
rejigger shortcuts for tabularize
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Jan 4, 2012
1 parent 119163c commit 28aed05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins
Expand Up @@ -31,8 +31,11 @@ map <leader>cu <plug>NERDCommenterUncomment
map <leader>d :NERDTreeToggle<cr>

""" Tabular
" sets ,a to align = and => lines
map <leader><C-I> :Tabularize /=>\?<cr>
" sets ,a= to align = and => lines
map <leader>a= :Tabularize /=>\?<cr>

" sets ,a, to align on commas (useful for stacked method calls, etc)
map <leader>a, :Tabularize /=>\?<cr>

""" Taglist
map <leader>t :TlistToggle<cr>
Expand Down

0 comments on commit 28aed05

Please sign in to comment.