Skip to content

Commit

Permalink
Fix Tabularize definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 25, 2014
1 parent 631d20a commit ae3e8cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vimrc
Expand Up @@ -152,10 +152,10 @@ nnoremap <leader><leader> <c-^>
" aligning characters
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, :Tabularize /,\zs<CR>
vmap <Leader>a, :Tabularize /,\zs<CR>
nmap <Leader>a: :Tab/\w:\zs/l0l1<CR>
vmap <Leader>a: :Tab/\w:\zs/l0l1<CR>
nmap <Leader>a, :Tabularize /[^,]\+,<CR>
vmap <Leader>a, :Tabularize /[^,]\+,<CR>
nmap <Leader>a<Space> :Tabularize /^\s*\S\+\zs/l0c1l0<CR>
vmap <Leader>a<Space> :Tabularize /^\s*\S\+\zs/l0c1l0<CR>
Expand Down

0 comments on commit ae3e8cf

Please sign in to comment.