Intellij-idea – Keyboard shortcut for switching tabs in a pane

intellij-ideakeyboard shortcuts

When I have focus on my Debug panel:

enter image description here

I would like to use the keyboard to switch to the "Console" tab, visible right next to the currently selected "Debugger" tab.

There are several Keymap settings that refer to switching Editor tabs, but this is not a code editor window, it is an IntelliJ specific pane. How can I specify a keyboard shortcut for navigating tabs in an IntelliJ pane?

Best Answer

Right-clicking the tabs gives the menu: enter image description here

(on Mac):

Next tab: Ctrlright

Prev tab: Ctrlleft


Note that on Mac these keystrokes are automatically configured to switch Spaces. You need to go into Keyboard settings to turn it off

Related Topic