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
I can set such a keyboard shortcut in the Keymap Preferences for Emacs+ Patched, but the shortcut doesn't actually work. I.e., nothing seems to happen.
P.S. Intellij Version is IntelliJ IDEA Ultimate 2017.2.4.
The text was updated successfully, but these errors were encountered:
This is a command that you would use in a toolwindow, right? What I suspect is happening is that ESC when in a toolwindow is processed at a pretty low level in IntelliJ - it always means return to the current editor. I suspect that might be being caught before normal event processing takes place - I'll try to debug to confirm.
Sorry for the delay in responding. Maybe I shouldn't be binding it to tw-end, but rather to "Move caret to text end"? I just tried doing that, and now things work fine in an editor, which is where I care about it the most.
I didn't realize that tw-* was for non-Editor windows.
Also I can't bind
ESC >
to tw-end.I can set such a keyboard shortcut in the Keymap Preferences for Emacs+ Patched, but the shortcut doesn't actually work. I.e., nothing seems to happen.
P.S. Intellij Version is IntelliJ IDEA Ultimate 2017.2.4.
The text was updated successfully, but these errors were encountered: