Is there way to close "find action" or other dialogs by `control + g`

76 views Asked by At

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.

1

There are 1 answers

0
Dileep On

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