Vim indenting tip
This is just a note to self. Move ahead without complaining about geekiness.
How to reindent a line in vim: =. It follows that gg=G reindents the whole file and V= reindents a section. Couple with vim 7 new html/php indent script for best results.

