Can't interrupt code because of the vim plugin
Answered
On a mac with the vim plugin, if I press ctrl+c in the python console it just exits vim insert mode and goes into normal mode, but it doesn't allow me to interrupt the code.
Are there any other ways I could send the interrupt or is this even the correct place to report this bug with the plugin?
Please sign in to leave a comment.
Hi,
The issue is known. There is a feature request in IdeaVim tracker https://youtrack.jetbrains.com/issue/VIM-1683, feel free to vote and leave comments.
Great, thanks for the info!