mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
This allows you to do [count]<Leader>T eg.) 10\T (\ is the leader key on my system). That will Tableize the next 10 lines into a table. Can be faster than visual at times, also works faster if you want to tableize just the current line (I know this is not a very useful scenario).