mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
deploy: f9baced216
This commit is contained in:
parent
c470d3e3ff
commit
7729d6d42e
@ -199,6 +199,7 @@
|
||||
<tr><td><code>:get-option</code>, <code>:get</code></td><td>Get the current value of a config option.</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>
|
||||
<tr><td><code>:reflow</code></td><td>Hard-wrap the current selection of lines to a given width.</td></tr>
|
||||
<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>
|
||||
|
@ -655,6 +655,7 @@ you to selectively add search terms to your selections.</p>
|
||||
<tr><td><code>:get-option</code>, <code>:get</code></td><td>Get the current value of a config option.</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>
|
||||
<tr><td><code>:reflow</code></td><td>Hard-wrap the current selection of lines to a given width.</td></tr>
|
||||
<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>
|
||||
|
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