this post was submitted on 10 Aug 2023
298 points (85.8% liked)

Programmer Humor

20275 readers
1132 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

founded 2 years ago
MODERATORS
298
It always gets me (lemmy.world)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

*redo, sorry

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 2 years ago

Don't forget that Vim also keeps every tree of undo history. Wrote someone one way, wanted to try another way, and changed your mind? Switch to the other undo future! Change your mind again? Go back!

And there's persistent undo, where your undo history is written a file. Quit Vim, power off your machine for 5 years, power it back on, and you can still undo!