mirror of https://github.com/helix-editor/helix
deploy: 3e12b00993
parent
1e06e6f1a1
commit
3fea69d9cf
|
@ -720,6 +720,7 @@ j = { k = "normal_mode" } # Maps `jk` to exit insert mode
|
|||
<tr><td>Null</td><td><code>"null"</code></td></tr>
|
||||
<tr><td>Escape</td><td><code>"esc"</code></td></tr>
|
||||
</tbody></table>
|
||||
<p>Keys can be disabled by binding them to the <code>no_op</code> command.</p>
|
||||
<p>Commands can be found in the source code at <a href="https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs"><code>helix-term/src/commands.rs</code></a></p>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="hooks"><a class="header" href="#hooks">Hooks</a></h1>
|
||||
|
||||
|
|
|
@ -189,6 +189,7 @@ j = { k = "normal_mode" } # Maps `jk` to exit insert mode
|
|||
<tr><td>Null</td><td><code>"null"</code></td></tr>
|
||||
<tr><td>Escape</td><td><code>"esc"</code></td></tr>
|
||||
</tbody></table>
|
||||
<p>Keys can be disabled by binding them to the <code>no_op</code> command.</p>
|
||||
<p>Commands can be found in the source code at <a href="https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs"><code>helix-term/src/commands.rs</code></a></p>
|
||||
|
||||
</main>
|
||||
|
|
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