351
It always gets me
(lemmy.world)
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.
lol, just use time travel, Vim time travel:
:earlier 2m
and back:
:later 2m
wait that seems really usefull is that in standart vim ?
Yes, plain vanilla Vim
Here's help entry (see section 4 if link doesn't redirect to it).
And it is even more useful with an undo-tree plugin.
oh thank you good sir ^^