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
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Feature Request
Environment:
Extension (VsCodeVim) version: 0.12.0
VSCode version: 1.23.1
OS version: Windows 7 Enterprise
I would like the ability to create a horizontal split with :sp and a vertical split with :vs, as is the behavior in native Vim. Currently, :sp and :vs both have the same behavior: to split the window depending on which setting is currently toggled. I would instead like to have the ability to have :sp always split horizontally, regardless of what the current split toggle setting is, and the same goes for :vs.
The text was updated successfully, but these errors were encountered:
Unfortunately, VSCode does not support mixed layout (vertical and horizontal at the same time), toggling vertical split, while horizontal is active - will result in layout change to vertical and vice versa.
As mentioned in the 1.24.0 release notes, it looks like Vim-esque grid behavior will be implemented in the insider VSCode build within the next coming weeks. It would be great to see this feature accompany that change!
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Feature Request
Environment:
I would like the ability to create a horizontal split with
:sp
and a vertical split with:vs
, as is the behavior in native Vim. Currently,:sp
and:vs
both have the same behavior: to split the window depending on which setting is currently toggled. I would instead like to have the ability to have:sp
always split horizontally, regardless of what the current split toggle setting is, and the same goes for:vs
.The text was updated successfully, but these errors were encountered: