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

Roll an 'if' statement into a single line in vim

Ctrl-V
s/\n\t\+/ /g

or

type JJJ