Skip to content

Commit

Permalink
Merge pull request spf13#459 from BenBergman/tabularize-commas-left-a…
Browse files Browse the repository at this point in the history
…lign

Add map for Tabularizing on left aligned commas
  • Loading branch information
spf13 committed Oct 1, 2013
2 parents 5f5dc19 + ba5eec6 commit 28673c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@
vmap <Leader>a:: :Tabularize /:\zs<CR>
nmap <Leader>a, :Tabularize /,<CR>
vmap <Leader>a, :Tabularize /,<CR>
nmap <Leader>a,, :Tabularize /,\zs<CR>
vmap <Leader>a,, :Tabularize /,\zs<CR>
nmap <Leader>a<Bar> :Tabularize /<Bar><CR>
vmap <Leader>a<Bar> :Tabularize /<Bar><CR>
" }
Expand Down

0 comments on commit 28673c0

Please sign in to comment.