Last Updated: February 25, 2016
·
1.44K
· sethmcl

tabularize

Just started using an awesome vim plugin for lining up those pesky equal signs...tabularize!

Picture

Grab it here: https://github.com/godlygeek/tabular

After installing it, simply select some text and run Tabularize /= to line up all equal signs in a selection. You can do other characters too, like /: for object literals in JavaScript.