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
In the editor, right-click the desired tab and select how you want to split the editor window and move the selected file: Split Right, Split and Move Right, Split Down, Split and Move Down. WebStorm creates a split view of the editor and places the file according to your selection.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With