You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in REPL mode ESC closes REPL window. This conflicts with IdeaVIM, where ESC is used to switch from "insert" to normal mode.
Suggested alternative is to follow the general IntelliJ IDEA practice of having a dedicated shortcut to toggle REPL window. I.e. if pressed when the REPL window is not visible to bring one up, and if REPL window is visible to close it.
The text was updated successfully, but these errors were encountered:
As of IntelliJ 2019.3, this behaviour can be configured in IntelliJ. The jumping from toolwindows back to the active editor is now controlled by the Focus Editor action, which can be remapped like any other.
Since this seems like an acceptable workaround, I'm going to close this issue.
When in REPL mode ESC closes REPL window. This conflicts with IdeaVIM, where ESC is used to switch from "insert" to normal mode.
Suggested alternative is to follow the general IntelliJ IDEA practice of having a dedicated shortcut to toggle REPL window. I.e. if pressed when the REPL window is not visible to bring one up, and if REPL window is visible to close it.
The text was updated successfully, but these errors were encountered: