Close multiple editor tabs together?
Answered
Is there any way to close multiple opened editor tabs together? Currently, I manually navigate to each one of them and pressing Ctrl + F4, which is a slow process, and the default keyboard short cut key is not very ergonomic.
Please sign in to leave a comment.
There are several actions for closing editor tabs:
You can assign any keyboard shortcut to like.
Or consider working without tabs at all: http://hadihariri.com/2014/06/24/no-tabs-in-intellij-idea/.
Thank you. That is very helpful.