Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Switching tabs in active Tool Window in Intellij Idea

In Intellij, is there any key mapping to switch between tabs in an active tool window? E.g. I in the Debug tool window you have tabs such as Deployment, Server, Output, Frames, Variables and you can even configure them to be nested. e.g have Frames and Output as subtabs in Server tab. Is there any key combination to switch between those tabs similarly to switching between Tool Windows and Editor with Ctrl + Tab ?

like image 234
Kamil Roman Avatar asked Sep 26 '14 12:09

Kamil Roman


People also ask

How do I switch between tabs in IntelliJ?

Switch between tabs To move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.

How do I navigate between tabs?

Shift + Control + Tab With these two commands, you can cycle back and forth through every tab in the browser window very quickly. On keyboards that have PgUp/PgDn keys, you can use Control + PgUp/PgDn to switch tabs as well if you feel more comfortable doing it this way.


1 Answers

  • Alt + down arrow opens a popup to select a tool tab in the focused panel (just like Ctrl + Tab does for editor views).
  • Alt + right/left arrow selects the next/previous tool/editor tab.
like image 91
Darek Kay Avatar answered Sep 23 '22 03:09

Darek Kay