I know how to repeat the last command in Vim. I use ..
But how can I repeat the last macro? It's a little non-comfortable to press @q everytime I want to repeat it.
I tried with . but it just repeats the last command from the macro.
Is there a shorter way of doing that?
:h 10.1
for a short, practical introduction to macros. It has all the answers. – Willmert3@q
if you would simply chain the macros - i.e. if you would otherwise type@q@q@q
. – Discriminatory