Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
`: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.