pull/11885/head
archseer 3 years ago
parent 1e06e6f1a1
commit 3fea69d9cf

@ -720,6 +720,7 @@ j = { k = "normal_mode" } # Maps `jk` to exit insert mode
<tr><td>Null</td><td><code>&quot;null&quot;</code></td></tr> <tr><td>Null</td><td><code>&quot;null&quot;</code></td></tr>
<tr><td>Escape</td><td><code>&quot;esc&quot;</code></td></tr> <tr><td>Escape</td><td><code>&quot;esc&quot;</code></td></tr>
</tbody></table> </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> <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> <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 = &quot;normal_mode&quot; } # Maps `jk` to exit insert mode
<tr><td>Null</td><td><code>&quot;null&quot;</code></td></tr> <tr><td>Null</td><td><code>&quot;null&quot;</code></td></tr>
<tr><td>Escape</td><td><code>&quot;esc&quot;</code></td></tr> <tr><td>Escape</td><td><code>&quot;esc&quot;</code></td></tr>
</tbody></table> </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> <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> </main>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save