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

11 lines
312 B
Markdown
Raw Permalink Normal View History

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