this post was submitted on 09 Jun 2025
128 points (97.1% liked)

Programmer Humor

37295 readers
72 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lagoon8622@sh.itjust.works 10 points 1 month ago (2 children)

You don't grok vi.

That's fine and you don't need to. But don't knock it if you haven't even taken time to learn it.

Yesterday I needed to insert a tab character on every line from 2 to 31,000 something. I made the line selection keystrokes in Cursor - it immediately crashed so hard I had to restart my PC.

Vim did it in a few milliseconds.

[–] wetbeardhairs@lemmy.dbzer0.com 2 points 1 month ago

Oh. I'm going to go practice some of that now. Thanks for the link.