cm0002@piefed.world to Programmer Humor@programming.devEnglish · 1 month agoExit Signlemmy.mlimagemessage-square42linkfedilinkarrow-up1811arrow-down110 cross-posted to: programmerhumor@lemmy.ml
arrow-up1801arrow-down1imageExit Signlemmy.mlcm0002@piefed.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square42linkfedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareTragicNotCute@lemmy.worldlinkfedilinkEnglisharrow-up32·1 month agoI’m pretty sure that’s close without saving changes. :wq would be needed to save.
minus-squareAatube@kbin.melroy.orglinkfedilinkarrow-up17·1 month agoTo be precise, : means bring up commands, w means save, q means exit, and ! means force
minus-squareHeuristicAlgorithm9@feddit.uklinkfedilinkarrow-up12·1 month agoI think it’s w = write and q = quit so the letters make more sense
minus-squareryper@lemmy.calinkfedilinkEnglisharrow-up4·edit-21 month agoTo be more precise, q means quit the current window. If you’ve split the window, e.g. with :split or :vsplit, use :qa to quit all windows.
I’m pretty sure that’s close without saving changes. :wq would be needed to save.
To be precise, : means bring up commands, w means save, q means exit, and ! means force
I think it’s w = write and q = quit so the letters make more sense
Also :x is the same as :wq
To be more precise, q means quit the current window. If you’ve split the window, e.g. with :split or :vsplit, use :qa to quit all windows.