Hacker News new | ask | show | jobs
by robbles 4916 days ago
Handy addition to the "mount | column -t" trick:

You can use this within Vim to pretty-format text tables, initialization of variables, etc. Just highlight the lines in question in visual line mode (V) and type

    !column -t<CR>
to pipe the lines through the column command.