Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/typable-commands/write.md')
| -rw-r--r-- | runtime/help/typable-commands/write.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/help/typable-commands/write.md b/runtime/help/typable-commands/write.md new file mode 100644 index 00000000..8035714a --- /dev/null +++ b/runtime/help/typable-commands/write.md @@ -0,0 +1,9 @@ +`:write [path]` + +Aliases: `:w` + +Writes (saves) the buffer to disk. +If [path] is supplied, that path is written to. +If the buffer is a scratch buffer, meaning it +is not already bound to a file path, [path] +becomes required for this command to succeed. |