helix/runtime/help/typable-commands/write-quit.md

9 lines
185 B
Markdown
Raw Permalink Normal View History

2022-12-13 09:51:28 +08:00
`: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.