Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop an execution of a VIM macro in Idea Vim

I have the following problem: while experimenting with vim macros in Pycharm (I'm using Idea Vim plugin) - I typed a simple macro and make an editor to run it 100 times. The execution is extremely slow and I couldn't stop it using any of these pieces of advice. Has anyone had a similar problem and knows how to stop the execution of this macro?

like image 206
Marcin Możejko Avatar asked Oct 15 '25 14:10

Marcin Możejko


1 Answers

It's not possible in the current IdeaVim 0.50. Feel free to file an issue in the IdeaVim issue tracker.

like image 132
Andrey Vlasovskikh Avatar answered Oct 17 '25 16:10

Andrey Vlasovskikh