Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut to switch between horizontally split windows in Intellij

I've done numerous searches to find out how to switch between two files that are horizontally split but can't seem to find it. I know that you can switch between vertically split files by using the Goto Next Splitter option, but there doesn't seem to exist an option for horizontally split. Has anyone else figured this out? Thanks!

An example of a situation where I can't switch between the top and bottom files: Horizontally split files

like image 948
Cameron Gagnon Avatar asked Jun 05 '17 21:06

Cameron Gagnon


1 Answers

I just tried this out, and Goto Next Splitter (Option-Tab on mac) works just fine for me on horizontally split panes

Note: Using CLion 2017.1.2


If you have IdeaVim installed, you can use the Control-W - J/K command to switch between Vim split panes. See also How do I switch between panes in split mode in Vim?

like image 115
Jeeter Avatar answered Oct 10 '22 04:10

Jeeter