mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
8 lines
185 B
Text
8 lines
185 B
Text
`: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.
|