Keyboard shortcut for switching between horizontally split windows in Intellij

I have done numerous searches to find out how to switch between two files that are horizontally split but cannot find them. I know that you can switch between vertically split files using a parameter Goto Next Splitter

, but there doesn't seem to be an option for horizontal splitting. Has anyone else figured this out? Thank!

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

+3


source to share


2 answers


I just tried this and Goto Next Splitter

( Option- Tabon mac) works fine for me on horizontally split panels

Note. Using CLion 2017.1.2




If you have IdeaVim installed, you can use the Control- W- J/ command Kto switch between Vim split panes. See Also How to switch between modes in split mode in Vim?

+1


source


Use Ctrl + Tab

or Ctrl + Shift + Tab

to switch between open buffers (or "file editors" if you like). If there are only two buffers in your screenshot, you can simply click Ctrl + Tab

and then click Enter

, the other editor will become focused.

Important addition :



The label changes depending on your layout. To determine the correct keyboard shortcut, open File -> Settings -> Keymap

and search for "Keycher" in the search box.

+2


source







All Articles