2315
Very clever...
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
If anyone needs the command: :q!
If you want the computer to ask if you're sure: :q
If you want to save: :wq
You’re nullifying that safety measure by doing this you know
Some people just want to see the world burning
Nah, the safety measure is designed to make sure they can quit vim. Now they can quit vim.
I can quit vim any time I want. I just don’t want to.
It's the opposite of nerd sniping.
Or :x
:wq
will write even if you didn't change anything;:x
won't. (similar to:w
vs:up
)I prefer
ZZ
if I want to quit and saveZQ
and ZZ for save & quit
:cq
because why not :)