mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
`: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`.
|