this post was submitted on 15 Apr 2026
881 points (98.4% liked)
Programmer Humor
31037 readers
1740 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
The CNC machine seems to be significantly easier to turn off when you’re done with it, though. Judging from the memes, anyway - I’ve never had to use vim, thankfully.
ESC
then
:wq
Write quit
:q!
Force quit (no save)
I don't even use vim, other than for commit messages lol
You can also use
:xto write and quit, from memory.It’s very heavily overstated how difficult it is to exit VI.
No, no it's not