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