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 | 8 |
1 files changed, 8 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..17629d5a --- /dev/null +++ b/runtime/help/typable-commands/write-quit.md @@ -0,0 +1,8 @@ +`:write-quit [path]` + +Aliases: `:wq`, `:x` + +Writes (saves) the buffer to disk, then +closes the view. +Identical to `:write [path]` followed by `:quit`. +See those commands for more info. |