switch to split screen in IntelliJ (ideaVim)

AME picture AME · Sep 7, 2015 · Viewed 7.8k times · Source

In Vim I can CTRL+W+H to switch to the split screen, how could one achieve the same in IntelliJ?

Example:

I press :vsplit it opens up a split-screen, now I'd like to switch between those screens.

I found this changelog but the option I'm looking for is not yet implemented.

Someone with another solution for this?

update:

I bruteforced some key combinations and it does change the screen when I press: CTRL+W+L CTRL+W+L

Answer

Andrey Vlasovskikh picture Andrey Vlasovskikh · Sep 7, 2015

You can use Ctrl-W + h/j/k/l to navigate splits as in the original Vim. Ctrl-Wh should work. If it doesn't for you, check File | Settings | Vim Emulation and your ~/.ideavimrc config for some keyboard shortcut clashes.

There is one known issue when one split has a row of open tabs that is higher than the row of another split, then you cannot switch to it due to the miscalculation in the window coordinates.