mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
10 lines
292 B
Text
10 lines
292 B
Text
`: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 will be discarded when the
|
|
editor exits.
|
|
Identical to `:write-all` followed by `:quit-all!`.
|