this post was submitted on 22 Sep 2025
909 points (98.8% liked)

Programmer Humor

26650 readers
1810 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] psud@aussie.zone 2 points 1 week ago (1 children)

ESC

Surely you're editing right before exiting, why else would you be saving?

[–] lime@feddit.nu 1 points 1 week ago (1 children)

not necessarily. you could also have done a yank-paste, or a repeated action, or had a command output into the buffer.

it's a good habit to always leave the editor in normal mode between actions, because that makes for a cleaner edit history with smaller changesets in the undo tree.

...vim is sort of like driving stick in that way.

[–] psud@aussie.zone 1 points 1 week ago (1 children)

Yeah, having used both, my preference is for Emacs, which also comes with the bonus of menu driven ways of doing most things when you've been away long enough to have forgotten a keyboard shortcut. I have always needed a cheat sheet handy when away from vim for a few months

[–] lime@feddit.nu 1 points 1 week ago (1 children)

i've moved to helix, partly to stop myself tinkering and partly because the reversed command model is just easier. plus it has popup helpers.

[–] psud@aussie.zone 1 points 1 week ago

There's no arguing with taste and preference :)