Repeat last substitution in VIM
Use the &
motion to repeat the last substitution in VIM. IE, the most recent :s
command.
Very handy in a git interactive rebase that requires every commit message to have a ticket reference changed.
Written on September 8, 2017 by evanbrodie