Scorb
Scorb

Reputation: 1850

Android studio navigate between editors windows

I have split a window horizontally.

Is there a hotkey that allows be to jump between different window splits.

I could not find one in the keymap settings....there are so many!

Upvotes: 0

Views: 88

Answers (2)

Supun Wijerathne
Supun Wijerathne

Reputation: 12938

  • Toggle Between 2 windows (most recent): Alt + tab.

  • Toggle Between 2 tabs (most recent): Ctrl + tab.

  • Recent Files: Ctrl + E.

  • Recently edited Files: Ctrl + Shift + E.

  • Navigate to any file/directory: Ctrl + Shift + N. If you want to find any folder/directory enter '/' to the start of the search phrase. And you can use wild-cards too. Ex: you don't remember exact file name in full but, some part (let say some file name ends with term 'provider') just enter '*provider' as search text.

Upvotes: 1

DeepakV
DeepakV

Reputation: 2470

On Mac shortcut is Alt + Tab
On Windows the shortcut is not set by default.

You can set/check it by looking for "GoTo Next Splitter" in Settings -> Keymap

Intellij Shortcut screenshot

Upvotes: 1

Related Questions