You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In macOS :
<C-w>v works as in neovim (keep Ctrl pressed, press w, press v), open a new vertical tab.
<C-w>s does not work, you have to press <C-w>, release keys and then press s.
Probably because <C-w>v is interpreted as <C-w><C-v> by vscode. Both bindings exist in vscodevim (in package.json). <C-s> binding does not exists in vscodevim, and is ignored.
Improved window splitting is now available. Vim emulation should be correspondingly improved.
ctrl-w j
ctrl-w k
ctrl-w +
ctrl-w -
ctrl-w <
ctrl-w >
ctrl-w c
The text was updated successfully, but these errors were encountered: