2298
Very clever...
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
There's a few different ways to write that command in vim, does it accept all of them?
I'm honestly not super familiar with vim. I tried :q! and it accepted it, what are some other ways?
:quit!
,:qa!
,ZQ
Ah, thanks for
ZQ
. I only knewZZ
, alternative to:x
.