Like the game of Othello, Vim's macros take a minute to learn and a lifetime to master.Drew Neil
automate
example : vertical alignment
line "a pretty comment
another line "another comment
etc "etc
Start
q{register}
q
@{register}
(see :h @)
:reg {register}
:put {register}
n@{register}
:normal @{register}