LinearArray@programming.dev to Programmer Humor@programming.devEnglish · 2 年前My wife was unimpressed by Vimprogramming.devimagemessage-square176fedilinkarrow-up1967arrow-down119
arrow-up1948arrow-down1imageMy wife was unimpressed by Vimprogramming.devLinearArray@programming.dev to Programmer Humor@programming.devEnglish · 2 年前message-square176fedilink
minus-squarelunarul@lemmy.worldlinkfedilinkarrow-up3·2 年前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.
minus-squarepearable@lemmy.mllinkfedilinkarrow-up1·2 年前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.
As a vim user myself, I don’t understand why you need relative lines either. I can just as easily type
:23to 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.