Vim, Tabular and Ruby 1.9 Hashes
In order to get the first alignment, one can use the command
:Tab/\w:\zs/l0l1
For aligning hash keys to the right, it seems inevitable to select
only the lines containing them before applying a :Tabular
command,
:Tab/\w:\zs/r0l1l0