I recorded a macro to a register and started it with too many repetitions. It takes way to much time to complete each macro.
How do I cancel/stop Vim executing macro? Is there a way by doing it without killing editor process?
Here are the steps I followed:
- Recorded macro to register 1
- I run it 1000 times:
1000@1
- Now waiting about 6 seconds to complete each macro.