> When I record a macro using "qa"..."q", I would like
> to repeat the macro many times using the "." command.
> Is it possible? Pressing "@a" requires 3 key strokes...

While I don't believe you can do this with the "." operator, you 
have several other options:

1)  prefix your macro execution with a count

   3...@a

to execute the macro 300 times

2) after executing the macro once with "@a", you can re-run the 
macro with "@@" which I find a lot easier than hitting two 
different keys.

-tim

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to