cm0002@lemmy.world to Linux@programming.dev · 2 months agoHow to Vim: Take Control of Split Positioningbatsov.comexternal-linkmessage-square3linkfedilinkarrow-up18
arrow-up18external-linkHow to Vim: Take Control of Split Positioningbatsov.comcm0002@lemmy.world to Linux@programming.dev · 2 months agomessage-square3linkfedilink
minus-squarekbal@fedia.iolinkfedilinkarrow-up3·2 months agoDo people actually type out :split? I didn’t even know that existed, just it’s just ^Ws to me.
minus-squarestewie410@programming.devlinkfedilinkarrow-up2·2 months 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.