this post was submitted on 22 Sep 2025
912 points (98.7% liked)

Programmer Humor

30262 readers
1960 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
[–] Aatube@kbin.melroy.org 18 points 5 months ago (2 children)

To be precise, : means bring up commands, w means save, q means exit, and ! means force

[–] HeurtisticAlgorithm9@feddit.uk 13 points 5 months ago (1 children)

I think it's w = write and q = quit so the letters make more sense

[–] glitches_brew@lemmy.world 10 points 5 months ago (1 children)
[–] ryper@lemmy.ca 5 points 5 months ago* (last edited 5 months ago)

To be more precise, q means quit the current window. If you've split the window, e.g. with :split or :vsplit, use :qa to quit all windows.