

I haven’t yet mastered Vim, but say I want to delete a block of text, then I immediately see the relative line number up to which I want to delete lines + 1 (because current line is basically zero).
Say I have:
3 a
2 b
1 c
4 d
1 e
2 f
3 g
And I want do delete d,e and f, I do 3dd. With more lines, I don’t have to count.












Huh? I was just randomly searching for something like this yesterday.