mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
deploy: 8340d73545
This commit is contained in:
parent
4abf885831
commit
828b2a1840
@ -212,8 +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>
|
||||
<tr><td><code>Q</code></td><td>Start/stop macro recording to the selected register (experimental)</td><td><code>record_macro</code></td></tr>
|
||||
<tr><td><code>q</code></td><td>Play back a recorded macro from the selected register (experimental)</td><td><code>replay_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>
|
||||
|
@ -307,8 +307,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>
|
||||
<tr><td><code>Q</code></td><td>Start/stop macro recording to the selected register (experimental)</td><td><code>record_macro</code></td></tr>
|
||||
<tr><td><code>q</code></td><td>Play back a recorded macro from the selected register (experimental)</td><td><code>replay_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
Block a user