this post was submitted on 24 Oct 2025
101 points (96.3% liked)
Programmer Humor
27092 readers
1599 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yep.
Nice, what do you need them for though? Relative movements?
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:
And I want do delete d,e and f, I do
3dd. With more lines, I don't have to count.