mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
9 lines
247 B
Text
9 lines
247 B
Text
`:write-quit! [path]`
|
|
|
|
Aliases: `:wq!`, `:x!`
|
|
|
|
Writes (saves) the buffer to disk, then
|
|
closes the view, discarding unsaved changes
|
|
if this would exit the editor.
|
|
Identical to `:write [path]` followed by `:quit!`.
|
|
See those commands for more info.
|