Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'master/commands.html')
| -rw-r--r-- | master/commands.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master/commands.html b/master/commands.html index 7d96df79..dfa5969b 100644 --- a/master/commands.html +++ b/master/commands.html @@ -194,7 +194,7 @@ <tr><td><code>:write-all</code>, <code>:wa</code></td><td>Write changes from all buffers to disk.</td></tr> <tr><td><code>:write-all!</code>, <code>:wa!</code></td><td>Forcefully write changes from all buffers to disk creating necessary subdirectories.</td></tr> <tr><td><code>:write-quit-all</code>, <code>:wqa</code>, <code>:xa</code></td><td>Write changes from all buffers to disk and close all views.</td></tr> -<tr><td><code>:write-quit-all!</code>, <code>:wqa!</code>, <code>:xa!</code></td><td>Write changes from all buffers to disk and close all views forcefully (ignoring unsaved changes).</td></tr> +<tr><td><code>:write-quit-all!</code>, <code>:wqa!</code>, <code>:xa!</code></td><td>Forcefully write changes from all buffers to disk, creating necessary subdirectories, and close all views (ignoring unsaved changes).</td></tr> <tr><td><code>:quit-all</code>, <code>:qa</code></td><td>Close all views.</td></tr> <tr><td><code>:quit-all!</code>, <code>:qa!</code></td><td>Force close all views ignoring unsaved changes.</td></tr> <tr><td><code>:cquit</code>, <code>:cq</code></td><td>Quit with exit code (default 1). Accepts an optional integer exit code (:cq 2).</td></tr> |