Skip to content

Commit

Permalink
Add Tabularize for dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Dec 9, 2016
1 parent acea7d0 commit f143764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -314,6 +314,7 @@ vnoremap <Leader>s :sort<cr>
vnoremap <Leader>a# :Tabularize /#<CR>
vnoremap <Leader>a( :Tabularize /(/l1l0<CR>
vnoremap <Leader>a, :Tabularize /,\zs/l0r1<CR>
vnoremap <Leader>a- :Tabularize /-/l1r0<CR>
vnoremap <Leader>a/ :Tabularize /\/\/<CR>
vnoremap <Leader>a: :Tabularize /:\zs/l0r1<CR>
vnoremap <Leader>a; :Tabularize /;\zs/l0r1<CR>
Expand Down

0 comments on commit f143764

Please sign in to comment.