From 8ff4f2f51a6cf07fc33742ce3bee81328896e49b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.1.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/vi-quitting-vi.html | 80 -------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 slackbook/html/vi-quitting-vi.html (limited to 'slackbook/html/vi-quitting-vi.html') diff --git a/slackbook/html/vi-quitting-vi.html b/slackbook/html/vi-quitting-vi.html deleted file mode 100644 index d600af002..000000000 --- a/slackbook/html/vi-quitting-vi.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - -Quitting vi - - - - - - - - - - - -
-

16.5 Quitting vi

- -

One way to quit vi is through :wq, -which will save the current buffer before quitting. You can also quit without saving with -:q or (more commonly) :q!. The latter is used -when you've modified the file but do not wish to save any changes to it.

- -

On occasion, your machine might crash or vi might crash. -However, both elvis and vim will take -steps to minimize the damage to any open buffers. Both editors save the open buffers to a -temporary file on occasion. This file is usually named similarly to the open file, but -with a dot at the beginning. This makes the file hidden.

- -

This temporary file gets removed once the editor quits under normal conditions. This -means that the temporary copy will still be around if something crashes. When you go back -to edit the file again, you will be prompted for what action to take. In most cases, a -large amount of your unsaved work can be recovered. elvis will -also send you a mail (from Graceland, oddly enough :) telling you that a backup copy -exists.

-
- - - - - -- cgit v1.2.3