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
When splitting buffers via :vsplit and :split it's not currently possible to drag the split itself to resize the buffers so I have to resort to the vim commands <c-w> +/-, etc to adjust things. In MacVim I've been able to do this directly with the mouse cursor. Attached a quick video of this working in MacVim.
Screen.Recording.2024-03-13.at.11.09.46.mov
The text was updated successfully, but these errors were encountered:
Apparently this actually works and I just wasn't dragging the right part of the split every time I tried - it's very sensitive. Re-titling this issue to request that the cursor changes over the drag locations. Thanks!
There is also a slight pixel offset issue, the drag location in the terminal is slightly to the right of the drag location in vimr. With vimr I have to select slightly to the left of the actual split to get it to work.
mmerickel
changed the title
drag splits to resize buffers
drag splits to resize buffers is very sensitive, cursor should change over drag locations
Mar 13, 2024
When splitting buffers via
:vsplit
and:split
it's not currently possible to drag the split itself to resize the buffers so I have to resort to the vim commands<c-w> +/-
, etc to adjust things. In MacVim I've been able to do this directly with the mouse cursor. Attached a quick video of this working in MacVim.Screen.Recording.2024-03-13.at.11.09.46.mov
The text was updated successfully, but these errors were encountered: