mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
3 years ago
|
`: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!`.
|