mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
deploy: 70a9477ec8
This commit is contained in:
parent
ef01c3f7ee
commit
0ca690471b
@ -267,7 +267,7 @@
|
||||
<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>:move</code>, <code>:mv</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>
|
||||
<tr><td><code>:read</code>, <code>:r</code></td><td>Load a file into buffer</td></tr>
|
||||
</tbody></table>
|
||||
|
@ -1143,7 +1143,7 @@ you to selectively add search terms to your selections.</p>
|
||||
<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>:move</code>, <code>:mv</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>
|
||||
<tr><td><code>:read</code>, <code>:r</code></td><td>Load a file into buffer</td></tr>
|
||||
</tbody></table>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user