cm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 months agoExit Signlemmy.mlimagemessage-square42linkfedilinkarrow-up1812arrow-down110 cross-posted to: programmerhumor@lemmy.ml
arrow-up1802arrow-down1imageExit Signlemmy.mlcm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square42linkfedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareAatube@kbin.melroy.orglinkfedilinkarrow-up17·2 months agoTo be precise, : means bring up commands, w means save, q means exit, and ! means force
minus-squareHeuristicAlgorithm9@feddit.uklinkfedilinkarrow-up12·2 months agoI think it’s w = write and q = quit so the letters make more sense
minus-squareryper@lemmy.calinkfedilinkEnglisharrow-up4·edit-22 months 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.
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.