Is it possible to make the Undo command behave like normal Vim? #310
Replies: 1 comment
-
Hi! Unfortunately, it's not yet implemented. Here is a pretty old issue regarding that, but over the time it became one of the most voted: https://youtrack.jetbrains.com/issue/VIM-308 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like this plugin a lot, but there's a rough edge that's really annoying me. In Vim, if I enter Insert mode, insert some text, go back to normal mode, and then undo with "u", all the text I inserted is removed. But with IdeaVim, the "u" command acts like the IntelliJ undo "Ctrl-Z", meaning that it only undoes a word or two at a time. It seems like the insertion of text is not considered one "action", so undoing it does not undo it all at once.
Does anyone know how to work around this? I just want it to behave like regular Vim, where Undo actually removes all the text I just inserted.
Beta Was this translation helpful? Give feedback.
All reactions