LinearArray to Programmer [email protected]English • 9 months agoMy wife was unimpressed by Vimprogramming.devimagemessage-square177fedilinkarrow-up1946arrow-down119
arrow-up1927arrow-down1imageMy wife was unimpressed by Vimprogramming.devLinearArray to Programmer [email protected]English • 9 months agomessage-square177fedilink
minus-square@lunarullink3•9 months agoAs a vim user myself, I don’t understand why you need relative lines either. I can just as easily type :23 to go to line 23.
minus-square@[email protected]linkfedilink1•9 months agoMostly a matter of taste I think. One benefit is one less key press since relative keys shouldn’t need to press enter at the end of the command. I mostly use it because it came default with LazyVim.
As a vim user myself, I don’t understand why you need relative lines either. I can just as easily type
:23
to go to line 23.Mostly a matter of taste I think. One benefit is one less key press since relative keys shouldn’t need to press enter at the end of the command. I mostly use it because it came default with LazyVim.