I'm using emacs-like key bind with RubyMine.
To close a dialog like Find Action
, I have to put ESC
.
Is there way to config control + g
for that action?
I couldn't find the key mapping for it.
I'm using emacs-like key bind with RubyMine.
To close a dialog like Find Action
, I have to put ESC
.
Is there way to config control + g
for that action?
I couldn't find the key mapping for it.
Keybinding for close is not there for now, It is implemented as popup and select+tab or unfocus (click on other item) or escape can close it. Here is code for reference https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/ide/util/gotoByName/ChooseByNameBase.java#L612