Use markdown instead of text for help files

This commit is contained in:
Michael Davis 2022-12-12 20:27:33 -06:00
parent 0e037802c2
commit 233b10f7fc
No known key found for this signature in database
62 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1,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.