Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function! T(char)
- return ":Tabularize /" . a:char . "\<cr>"
- endfunction
- nnoremap <expr> <leader>t T(nr2char(getchar()))
- vnoremap <expr> <leader>t T(nr2char(getchar()))
- finish
- one = two
- five = six
- twenty = 10
- one ; two
- five ; six
- twenty ; 10
Advertisement
Add Comment
Please, Sign In to add comment