mirror of https://github.com/helix-editor/helix
deploy: a306a1052a
parent
9c56f3f2ab
commit
4abf885831
|
@ -181,6 +181,7 @@
|
|||
<tr><td><code>:hsplit</code>, <code>:hs</code>, <code>:sp</code></td><td>Open the file in a horizontal split.</td></tr>
|
||||
<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>
|
||||
</tbody></table>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -564,6 +564,7 @@ implemented for all movement commands yet.</p>
|
|||
<tr><td><code>:hsplit</code>, <code>:hs</code>, <code>:sp</code></td><td>Open the file in a horizontal split.</td></tr>
|
||||
<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>
|
||||
</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