Canceling IdeaVIM autocomplete in 2019.1
Answered
Prior to 2019.1, if I pushed escape when IntelliJ (or WebStorm / DataGrip / other products) had an auto complete suggestion, it would close the autocomplete suggestion as well as take me out of insert mode in Vim. After upgrading, I have to push escape twice- once for the auto complete and another for exiting insert mode. If possible, I'd like to restore the old behavior and am unsure of how to do so.
I attempted to unbind / rebind the "Editor Actions -> Escape" key mapping, but it didn't change the outcome. The new key I bound would close the auto complete window, but escape continued to function as it had before.
Please sign in to leave a comment.
Looks like https://youtrack.jetbrains.com/issue/IDEA-209779.
Please try https://confluence.jetbrains.com/display/IDEADEV/IDEA+2019.1+EAP.
Ah that looks like my issue. Thanks for pointing me in the right direction!