mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: ef6a2317b7
This commit is contained in:
parent
368bb56428
commit
40191901cf
@ -195,7 +195,7 @@
|
||||
<tr><td><code>I</code></td><td>Insert at the start of the line</td></tr>
|
||||
<tr><td><code>A</code></td><td>Insert at the end of the line</td></tr>
|
||||
<tr><td><code>o</code></td><td>Open new line below selection</td></tr>
|
||||
<tr><td><code>o</code></td><td>Open new line above selection</td></tr>
|
||||
<tr><td><code>O</code></td><td>Open new line above selection</td></tr>
|
||||
<tr><td><code>u</code></td><td>Undo change</td></tr>
|
||||
<tr><td><code>U</code></td><td>Redo change</td></tr>
|
||||
<tr><td><code>y</code></td><td>Yank selection</td></tr>
|
||||
|
@ -360,7 +360,7 @@ so you should define the palette after normal theme options.</p>
|
||||
<tr><td><code>I</code></td><td>Insert at the start of the line</td></tr>
|
||||
<tr><td><code>A</code></td><td>Insert at the end of the line</td></tr>
|
||||
<tr><td><code>o</code></td><td>Open new line below selection</td></tr>
|
||||
<tr><td><code>o</code></td><td>Open new line above selection</td></tr>
|
||||
<tr><td><code>O</code></td><td>Open new line above selection</td></tr>
|
||||
<tr><td><code>u</code></td><td>Undo change</td></tr>
|
||||
<tr><td><code>U</code></td><td>Redo change</td></tr>
|
||||
<tr><td><code>y</code></td><td>Yank selection</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