BUG REPORT:
What happened:
<C-w>v doesn't work correctly if editor layout is toggled
What did you expect to happen:
<C-w>s should split horizontally<C-w>v splits only verticallyAlthough VSCode itself does not support grid layout yet (https://github.com/Microsoft/vscode/issues/14909) it does support toggling layouts between horizontal and vertical.
I think that the Vim extension should check which layout mode VSCode is in currently and enable the appropriate <C-w>s or <C-w>v keybinding.
How to reproduce it (as minimally and precisely as possible):
<C-w>v wrongly splits horizontally instead of vertically<C-w>s does nothingEnvironment:
Linux
I'd like to have all the C-w commands such as C-w, HJKL for navigating, C-w, = to make windows equal etc., to avoid using a mouse or trackpad.
Duplicate of https://github.com/VSCodeVim/Vim/issues/2696 ?
Indeed. Thanks @bpasero. Duplicate of #2696
Most helpful comment
I'd like to have all the
C-wcommands such asC-w, HJKLfor navigating,C-w, =to make windows equal etc., to avoid using a mouse or trackpad.