http://www.perlmonks.org?node_id=166861


in reply to Vim configs (slightly OT)

set ai

: ) Seriously, though, I found that the less I customize my settings, the easier it is for me to work on different boxes (and I edit files on several computers daily). This way, I am not forced to recreate my setting every time I am on a different computer (gets tedious fast).

Slightly off-topic, I'd like to promote VI in Perl, my pet project. Maybe people would like to help me develop it. It is still alpha, but already usable. You can do nifty things such as

:.,+5 {$_ = reverse $_}

Cheers,
Dmitri.