diff options
Diffstat (limited to 'commands.html')
-rw-r--r-- | commands.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/commands.html b/commands.html index 1db9c65f..401be7ef 100644 --- a/commands.html +++ b/commands.html @@ -199,7 +199,7 @@ <tr><td><code>:write-buffer-close!</code>, <code>:wbc!</code></td><td>Force write changes to disk creating necessary subdirectories and closes the buffer. Accepts an optional path (:write-buffer-close! some/path.txt)</td></tr> <tr><td><code>:new</code>, <code>:n</code></td><td>Create a new scratch buffer.</td></tr> <tr><td><code>:format</code>, <code>:fmt</code></td><td>Format the file using the LSP formatter.</td></tr> -<tr><td><code>:indent-style</code></td><td>Set the indentation style for editing. ('t' for tabs or 1-8 for number of spaces.)</td></tr> +<tr><td><code>:indent-style</code></td><td>Set the indentation style for editing. ('t' for tabs or 1-16 for number of spaces.)</td></tr> <tr><td><code>:line-ending</code></td><td>Set the document's default line ending. Options: crlf, lf.</td></tr> <tr><td><code>:earlier</code>, <code>:ear</code></td><td>Jump back to an earlier point in edit history. Accepts a number of steps or a time span.</td></tr> <tr><td><code>:later</code>, <code>:lat</code></td><td>Jump to a later point in edit history. Accepts a number of steps or a time span.</td></tr> @@ -267,6 +267,8 @@ <tr><td><code>:reset-diff-change</code>, <code>:diffget</code>, <code>:diffg</code></td><td>Reset the diff change at the cursor position.</td></tr> <tr><td><code>:clear-register</code></td><td>Clear given register. If no argument is provided, clear all registers.</td></tr> <tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr> +<tr><td><code>:move</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr> +<tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr> </tbody></table> </div> </main> |