cm0002@lemmy.world to Linux@programming.dev · 15 days agoHow to Vim: Take Control of Split Positioningbatsov.comexternal-linkmessage-square3linkfedilinkarrow-up117arrow-down11
arrow-up116arrow-down1external-linkHow to Vim: Take Control of Split Positioningbatsov.comcm0002@lemmy.world to Linux@programming.dev · 15 days agomessage-square3linkfedilink
minus-squarekbal@fedia.iolinkfedilinkarrow-up3·15 days agoDo people actually type out :split? I didn’t even know that existed, just it’s just ^Ws to me.
minus-squarestewie410@programming.devlinkfedilinkarrow-up3·14 days agoI’ve always used :sp & :vsp, though I’m not spending all day in a multi-split env.
Do people actually type out
:split
? I didn’t even know that existed, just it’s just ^Ws to me.I’ve always used
:sp
&:vsp
, though I’m not spending all day in a multi-split env.