Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL window - ESC key binding conflicts with IdeaVIM #647

Closed
evmin opened this issue Nov 21, 2014 · 3 comments
Closed

REPL window - ESC key binding conflicts with IdeaVIM #647

evmin opened this issue Nov 21, 2014 · 3 comments

Comments

@evmin
Copy link

evmin commented Nov 21, 2014

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.

@evmin evmin closed this as completed Nov 21, 2014
@awebneck
Copy link

awebneck commented Jan 2, 2015

I'm also suffering from this issue - @evmin, is there a workaround?

@ronbu
Copy link

ronbu commented Aug 3, 2015

Had the same issue. I just use CTRL-C which has the same effect without changing the focus.

@cursive-ide
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants