Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/typable-commands/write-quit-all.md')
| -rw-r--r-- | runtime/help/typable-commands/write-quit-all.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/help/typable-commands/write-quit-all.md b/runtime/help/typable-commands/write-quit-all.md new file mode 100644 index 00000000..b551bcb3 --- /dev/null +++ b/runtime/help/typable-commands/write-quit-all.md @@ -0,0 +1,10 @@ +`:write-quit-all` + +Aliases: `:wqa`, `:xa` + +Writes (saves) all unsaved buffers to disk, then +closes all views, exiting the editor. +Scratch buffers (without associated paths) will +not be saved, and exiting the editor will fail +if there are any such buffers open. +Identical to `:write-all` followed by `:quit-all`. |