Marcin Możejko
Marcin Możejko

Reputation: 40516

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?

Upvotes: 4

Views: 929

Answers (1)

Andrey Vlasovskikh
Andrey Vlasovskikh

Reputation: 16838

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

Upvotes: 3

Related Questions