vimtricks.wiki Concise Vim tricks, one at a time.

How do you append additional keystrokes to an existing macro?

Answer

qA...q

Explanation

Use uppercase register letter qA to append to macro a instead of overwriting. Records additional keystrokes at the end of the existing macro.

Next

How do you yank a single word into a named register?