A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

vi command

When tabs are automatically converted to spaces:

:set tabstop=4
:set expandtab

To insert a hard tab:

Ctrl-V, [tab]