Skip to content

Commit e8cf316

Browse files
committed
deploy: 3d32967
1 parent 03cfa78 commit e8cf316

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

master/commands.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ <h2 id="typable-commands"><a class="header" href="#typable-commands">Typable com
254254
<tr><td><code>:run-shell-command</code>, <code>:sh</code>, <code>:!</code></td><td>Run a shell command</td></tr>
255255
<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>
256256
<tr><td><code>:clear-register</code></td><td>Clear given register. If no argument is provided, clear all registers.</td></tr>
257+
<tr><td><code>:set-register</code></td><td>Set contents of the given register.</td></tr>
257258
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
258259
<tr><td><code>:move</code>, <code>:mv</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr>
259260
<tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr>

master/print.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@ <h2 id="typable-commands"><a class="header" href="#typable-commands">Typable com
13351335
<tr><td><code>:run-shell-command</code>, <code>:sh</code>, <code>:!</code></td><td>Run a shell command</td></tr>
13361336
<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>
13371337
<tr><td><code>:clear-register</code></td><td>Clear given register. If no argument is provided, clear all registers.</td></tr>
1338+
<tr><td><code>:set-register</code></td><td>Set contents of the given register.</td></tr>
13381339
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
13391340
<tr><td><code>:move</code>, <code>:mv</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr>
13401341
<tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr>

master/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

master/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)