mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
deploy: a4641a8613
This commit is contained in:
parent
41feb82aed
commit
85ecce34ce
@ -182,6 +182,8 @@
|
||||
<tr><td><code>:tutor</code></td><td>Open the tutorial.</td></tr>
|
||||
<tr><td><code>:goto</code>, <code>:g</code></td><td>Go to line number.</td></tr>
|
||||
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime</td></tr>
|
||||
<tr><td><code>:sort</code></td><td>Sort ranges in selection.</td></tr>
|
||||
<tr><td><code>:rsort</code></td><td>Sort ranges in selection in reverse order.</td></tr>
|
||||
</tbody></table>
|
||||
|
||||
</main>
|
||||
|
@ -565,6 +565,8 @@ implemented for all movement commands yet.</p>
|
||||
<tr><td><code>:tutor</code></td><td>Open the tutorial.</td></tr>
|
||||
<tr><td><code>:goto</code>, <code>:g</code></td><td>Go to line number.</td></tr>
|
||||
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime</td></tr>
|
||||
<tr><td><code>:sort</code></td><td>Sort ranges in selection.</td></tr>
|
||||
<tr><td><code>:rsort</code></td><td>Sort ranges in selection in reverse order.</td></tr>
|
||||
</tbody></table>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="language-support"><a class="header" href="#language-support">Language Support</a></h1>
|
||||
<p>For more information like arguments passed to default LSP server,
|
||||
|
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