mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: 15db6031bb
This commit is contained in:
parent
5274307fa5
commit
40b056a0fd
@ -195,7 +195,8 @@
|
|||||||
<tr><td><code>:tutor</code></td><td>Open the tutorial.</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>:goto</code>, <code>:g</code></td><td>Go to line number.</td></tr>
|
||||||
<tr><td><code>:set-language</code>, <code>:lang</code></td><td>Set the language of current buffer.</td></tr>
|
<tr><td><code>:set-language</code>, <code>:lang</code></td><td>Set the language of current buffer.</td></tr>
|
||||||
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime</td></tr>
|
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime.</td></tr>
|
||||||
|
<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>: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>:rsort</code></td><td>Sort ranges in selection in reverse order.</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>:tree-sitter-subtree</code>, <code>:ts-subtree</code></td><td>Display tree sitter subtree under cursor, primarily for debugging queries.</td></tr>
|
||||||
|
@ -650,7 +650,8 @@ you to selectively add search terms to your selections.</p>
|
|||||||
<tr><td><code>:tutor</code></td><td>Open the tutorial.</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>:goto</code>, <code>:g</code></td><td>Go to line number.</td></tr>
|
||||||
<tr><td><code>:set-language</code>, <code>:lang</code></td><td>Set the language of current buffer.</td></tr>
|
<tr><td><code>:set-language</code>, <code>:lang</code></td><td>Set the language of current buffer.</td></tr>
|
||||||
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime</td></tr>
|
<tr><td><code>:set-option</code>, <code>:set</code></td><td>Set a config option at runtime.</td></tr>
|
||||||
|
<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>: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>:rsort</code></td><td>Sort ranges in selection in reverse order.</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>:tree-sitter-subtree</code>, <code>:ts-subtree</code></td><td>Display tree sitter subtree under cursor, primarily for debugging queries.</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