mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-17 09:25:52 +00:00
c911f34027
With default configs and configs for plugins. Wrap autocommands in a vimrc group as well.
8 lines
226 B
VimL
8 lines
226 B
VimL
" Tabularize
|
|
"======================================================================
|
|
|
|
vmap <Leader>t= :Tabularize /=<CR>
|
|
vmap <Leader>t{ :Tabularize /{<CR>
|
|
vmap <Leader>t: :Tabularize /:<CR>
|
|
vmap <Leader>t, :Tabularize /,<CR>
|