Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/typable-commands/write-quit!.md')
| -rw-r--r-- | runtime/help/typable-commands/write-quit!.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/help/typable-commands/write-quit!.md b/runtime/help/typable-commands/write-quit!.md new file mode 100644 index 00000000..916bd07f --- /dev/null +++ b/runtime/help/typable-commands/write-quit!.md @@ -0,0 +1,9 @@ +`:write-quit! [path]` + +Aliases: `:wq!`, `:x!` + +Writes (saves) the buffer to disk, then +closes the view, discarding unsaved changes +if this would exit the editor. +Identical to `:write [path]` followed by `:quit!`. +See those commands for more info. |