Android-studio – Keyboard shortcut for moving between tabs when there is a split

android-studio

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?

Best Answer

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 + ]

Related Topic