Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut for moving between tabs when there is a split?

In Android Studio, I rely on the shortcuts for moving between tabs, and added a shortcut to Move Right, which makes any open tab split from the rest. The only problem is, I'm not sure at this point how to move back to the tabs on the other side of the split without grabbing my mouse and clicking. Is there a way to do this?

like image 529
AggieDev Avatar asked Oct 30 '14 22:10

AggieDev


People also ask

What is the keyboard shortcut for moving across tabs?

Press Ctrl + Shift + Tab (or Ctrl + Page Up) on your Windows or Linux computer.

Can you switch between tabs using a keyboard shortcut?

To open a tab with your keyboard, press Ctrl + t . Press Ctrl + Tab ↹ to go to the next open tab. Press Ctrl + ⇧ Shift + Tab ↹ to go to the previous open tab. Press Ctrl + 1 through Ctrl + 9 to go to a tab by number.

How do I quickly switch between tabs in Chrome?

The keyboard shortcut Cmd + Shift + A (Mac) or Alt + Shift + A (Windows) is the easiest way to switch between tabs in Chrome. This shortcut pulls up a sidebar of your recent tabs.


2 Answers

if you mean changing tabs for when there is a split: you can go to settings -> keymap -> main menu -> window -> editor tabs and set a shortcut for Goto Next Splitter and Goto Previuos Splitter

if you mean moving between tabs with no split use these:

Linux: alt + left AND alt + right

Windows: alt + left AND alt + right

OSX: cmd + shift + [ AND cmd + shift + ]

like image 77
Amir Ziarati Avatar answered Sep 21 '22 07:09

Amir Ziarati


In order to do this you need to add a shortcut that maps to Goto Previous Splitter and while you are at it you may as well add one for Goto Next Splitter.

key mappings

like image 40
Joel Avatar answered Sep 24 '22 07:09

Joel