[Solved] Switch panes

If you can navigate files via `Alt+Left` and `Alt+Right`, how do you navigate/switch between panes?

For example, if I have 2 panes open, each with 2 files, I can navigate between files in the pane that is focused; but I can't find the shortcut to switch to the other pane.

0
5 comments

The keymap is:

Window -> Editor Tabs -> Goto Next Splitter

1
Avatar
Permanently deleted user

Hello,

I am a Tmux user and would like to use many panes/splitters the same way. I was able to define the same shortcuts to split vertically and horizontally but cannot find a way to move up, down, left and right or zoom one (open full screen, then get it back on its original position).

Do you have similar features?

1

Hello @...,

You can configure a shortcut to zoom the particular pane via Preferences/Settings | Keymap | Main Menu | Window | Editor Tabs | Maximize Editor/Normalize Splits.

Speaking about switching between different panes, you can configure your own shortcut under Preferences/Settings | Keymap | Main Menu | Window | Editor Tabs | Goto Next/Previous Splitter and that's what William suggested. If it is not your case, could you please elaborate a bit?

0

Next/Previous isn't the same thing as Up/Down/Left/Right.  This is lacking in IntelliJ but it is supported in IdeaVim using the typical shortcuts of Ctrl+W and then h,j,k,l (or arrow keys) https://github.com/JetBrains/ideavim/blob/master/src/main/java/com/maddyhome/idea/vim/package-info.java

1

@... here's a plugin that does that what you want:

https://plugins.jetbrains.com/plugin/7475-tab-shifter

0

Please sign in to leave a comment.