mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: 59acee308d
This commit is contained in:
parent
b0a075e2cd
commit
8a910c569d
@ -178,6 +178,9 @@
|
||||
<tr><td><code>:encoding</code></td><td>Set encoding based on <code>https://encoding.spec.whatwg.org</code></td></tr>
|
||||
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
||||
<tr><td><code>:tree-sitter-scopes</code></td><td>Display tree sitter scopes, primarily for theming and development.</td></tr>
|
||||
<tr><td><code>:debug-start</code>, <code>:dbg</code></td><td>Start a debug session from a given template with given parameters.</td></tr>
|
||||
<tr><td><code>:debug-remote</code>, <code>:dbg-tcp</code></td><td>Connect to a debug adapter by TCP address and start a debugging session from a given template with given parameters.</td></tr>
|
||||
<tr><td><code>:debug-eval</code></td><td>Evaluate expression in current debug context.</td></tr>
|
||||
<tr><td><code>:vsplit</code>, <code>:vs</code></td><td>Open the file in a vertical split.</td></tr>
|
||||
<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>
|
||||
|
@ -566,6 +566,9 @@ implemented for all movement commands yet.</p>
|
||||
<tr><td><code>:encoding</code></td><td>Set encoding based on <code>https://encoding.spec.whatwg.org</code></td></tr>
|
||||
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
||||
<tr><td><code>:tree-sitter-scopes</code></td><td>Display tree sitter scopes, primarily for theming and development.</td></tr>
|
||||
<tr><td><code>:debug-start</code>, <code>:dbg</code></td><td>Start a debug session from a given template with given parameters.</td></tr>
|
||||
<tr><td><code>:debug-remote</code>, <code>:dbg-tcp</code></td><td>Connect to a debug adapter by TCP address and start a debugging session from a given template with given parameters.</td></tr>
|
||||
<tr><td><code>:debug-eval</code></td><td>Evaluate expression in current debug context.</td></tr>
|
||||
<tr><td><code>:vsplit</code>, <code>:vs</code></td><td>Open the file in a vertical split.</td></tr>
|
||||
<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>
|
||||
|
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