Is there a shortcut in IntelliJ IDEA to close all opened windows?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There is no shortcut in the default keymap, but you can assign it in Keymap settings for the Close All action.
回答2:
You can also close all open files from Menu > Window > Editor tabs > Close all (or on mac: Command + F4)
回答3:
No default shortcut, but you can use the Search Everywhere shortcut to call it:
Shift + Shift + Type: Close All
+ Enter
Alternatively:
Ctrl + T + Type: Close All
+ Enter
One more way just for fun:
Ctrl + Shift + A + Type: Close All
+ Enter
If you use VIM:
ESC :qa
回答4:
I did it in my Pycharm by adding a keyword shortcut:
Go to Settings by
ctrl+Alt+S
Go to keymap where you can search (close all) and add your desire shortcut key for it.