WestCoastProjects
WestCoastProjects

Reputation: 63241

Where is "close diff window" in Intellij keymap and/or menu

There is a bug in latest intellij that "escape" no longer closes popup "diff" windows such as

I would like to do a workaround by closing the window via something like Option-F4 or Control-W. But where is the Keymap entry for closing these windows? I have searched on close and there is no entry.

The last fallback is to go the snail way - to mouse over to click on the red "close window" button: but any mouse movements are slower than a keyboard shortcut.

Updated information Note: the normal "close window" keys (i am on Mac) do not work.

Here is the IJ bug entry https://youtrack.jetbrains.com/issue/IDEA-142932

Another update Here is key bindings: notice there is NO Close Editor Tab instead only Close All

enter image description here

Upvotes: 7

Views: 2403

Answers (2)

Ahmed Nabil
Ahmed Nabil

Reputation: 19046

The short answer:
The related key binding is "Close" under "Editor Tabs" menu,
Then you can customize the keyborad shortcut as you want.

File > Settings > keymap >

enter image description here

Upvotes: 0

jstaffans
jstaffans

Reputation: 218

I'm using OS X Yosemite and pressing Cmd + F4 has the desired effect of closing the window. Cmd + F4 is bound to Window / Editor Tabs / Close.

Upvotes: 4

Related Questions