Shortcut to close all opened files in IntelliJ

喜欢而已 提交于 2019-12-22 01:25:50

问题


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



来源:https://stackoverflow.com/questions/11052292/shortcut-to-close-all-opened-files-in-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!