In vim, I like using relative linenumbers to see how many lines I need to yank, delete, whatever.
However, when using relative linenumbers, the current line is 0, which means, if I want to yank until the line with number 3, I have to type 4yy, which is sort of counterintuitive and is slowing me down.
Is there a way to display relative linenumbers starting with 1 instead of 0?