pull/11885/head
archseer 2022-04-17 03:04:01 +00:00
parent abd50dc4c1
commit c465b91679
4 changed files with 4 additions and 2 deletions

View File

@ -201,6 +201,7 @@
<tr><td><code>:tree-sitter-subtree</code>, <code>:ts-subtree</code></td><td>Display tree sitter subtree under cursor, primarily for debugging queries.</td></tr>
<tr><td><code>:config-reload</code></td><td>Refreshes helix's config.</td></tr>
<tr><td><code>:config-open</code></td><td>Open the helix config.toml file.</td></tr>
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr>
</tbody></table>
</main>

View File

@ -652,6 +652,7 @@ you to selectively add search terms to your selections.</p>
<tr><td><code>:tree-sitter-subtree</code>, <code>:ts-subtree</code></td><td>Display tree sitter subtree under cursor, primarily for debugging queries.</td></tr>
<tr><td><code>:config-reload</code></td><td>Refreshes helix's config.</td></tr>
<tr><td><code>:config-open</code></td><td>Open the helix config.toml file.</td></tr>
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</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>The following languages and Language Servers are supported. In order to use

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long