cm0002@piefed.world to Programmer Humor@programming.devEnglish · 18 hours agoExit Signlemmy.mlimagemessage-square57fedilinkarrow-up1724arrow-down19 cross-posted to: programmerhumor@lemmy.ml
arrow-up1715arrow-down1imageExit Signlemmy.mlcm0002@piefed.world to Programmer Humor@programming.devEnglish · 18 hours agomessage-square57fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squarevillainy@lemmy.worldlinkfedilinkarrow-up7·15 hours agoOr 3. Hold shift, press ZZ to save and quit ZQ to quit without saving. 5. Writing and quitting ZZ ZZ Write current file, if modified, and close the current window (same as “:x”). If there are several windows for the current file, only the current window is closed. ZQ ZQ Quit without checking for changes (same as “:q!”).
minus-squareryper@lemmy.calinkfedilinkEnglisharrow-up1·11 hours agoSince people don’t seem to realize that vim has a help system: You can get to this information with :help quit or :help exit
Or 3. Hold shift, press ZZ to save and quit ZQ to quit without saving.
5. Writing and quitting
Since people don’t seem to realize that vim has a help system: You can get to this information with
:help quit
or:help exit