keenkoon@lemm.ee to Programming@programming.devEnglish · 1 year agoBram Moolenaar, creator of Vim, has diedgroups.google.comexternal-linkmessage-square20fedilinkarrow-up1423cross-posted to: [email protected]
arrow-up1413external-linkBram Moolenaar, creator of Vim, has diedgroups.google.comkeenkoon@lemm.ee to Programming@programming.devEnglish · 1 year agomessage-square20fedilinkcross-posted to: [email protected]
minus-squaremrkite@programming.devlinkfedilinkEnglisharrow-up8·1 year agoI have hooks that reformat on write, so I use :w constantly. So :wq is easier.
minus-squareinterolivary@beehaw.orglinkfedilinkEnglisharrow-up2·1 year agoAnd it’s not like it actually matters, they do approximately the same thing anyhow (:wq will always update modification time where :x only updates it if the contents changed)
I have hooks that reformat on write, so I use
:w
constantly. So:wq
is easier.And it’s not like it actually matters, they do approximately the same thing anyhow (
:wq
will always update modification time where:x
only updates it if the contents changed)