this post was submitted on 15 Aug 2023
1174 points (98.4% liked)
Programmer Humor
32356 readers
1245 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Use
:x
you plebThey just said
:wq
in school, so thanks for the tip. Hard to believe it saves even when the file hasn't been changed if you use:wq
. What is the use case for that? If the file gets changed in another program and you want to revert?? Edit: Just saw the comment about the modification times being updated.But what if you wanted to write even if there weren't changes?
And how often do you want to do that exactly?
Then you use
:wq
habit lol. i use :w a lot so :wq feels like a natural extension
Heh yeah and it's not like it makes any difference; they're effectively the same thing.
:wq
just updates modification time even if there were no changes – same as doing:w
and:q
separately – but:x
doesn't. Super intuitive interface 😅:x
? Real Programmers useZZ
.