mirror of https://github.com/helix-editor/helix
deploy: e91d357fae
parent
eaa5a2a57b
commit
27d3d9f2fb
|
@ -212,6 +212,8 @@
|
|||
<tr><td><code>Alt-c</code></td><td>Change selection (delete and enter insert mode, without yanking)</td><td><code>change_selection_noyank</code></td></tr>
|
||||
<tr><td><code>Ctrl-a</code></td><td>Increment object (number) under cursor</td><td><code>increment</code></td></tr>
|
||||
<tr><td><code>Ctrl-x</code></td><td>Decrement object (number) under cursor</td><td><code>decrement</code></td></tr>
|
||||
<tr><td><code>q</code></td><td>Start/stop macro recording to the selected register</td><td><code>record_macro</code></td></tr>
|
||||
<tr><td><code>Q</code></td><td>Play back a recorded macro from the selected register</td><td><code>play_macro</code></td></tr>
|
||||
</tbody></table>
|
||||
<h4 id="shell"><a class="header" href="#shell">Shell</a></h4>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
|
|
|
@ -302,6 +302,8 @@ currently have the query file implemented. Contributions are welcome !</p>
|
|||
<tr><td><code>Alt-c</code></td><td>Change selection (delete and enter insert mode, without yanking)</td><td><code>change_selection_noyank</code></td></tr>
|
||||
<tr><td><code>Ctrl-a</code></td><td>Increment object (number) under cursor</td><td><code>increment</code></td></tr>
|
||||
<tr><td><code>Ctrl-x</code></td><td>Decrement object (number) under cursor</td><td><code>decrement</code></td></tr>
|
||||
<tr><td><code>q</code></td><td>Start/stop macro recording to the selected register</td><td><code>record_macro</code></td></tr>
|
||||
<tr><td><code>Q</code></td><td>Play back a recorded macro from the selected register</td><td><code>play_macro</code></td></tr>
|
||||
</tbody></table>
|
||||
<h4 id="shell"><a class="header" href="#shell">Shell</a></h4>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
|
|
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