2277
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
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 :)