mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-28 12:23:30 +04:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
`: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.
|