mirror of https://github.com/helix-editor/helix
deploy: b7c3877e94
parent
6d45075984
commit
0969a96e3e
|
@ -196,6 +196,8 @@
|
|||
<tr><td><code>.</code></td><td>Repeat last change</td><td>N/A</td></tr>
|
||||
<tr><td><code>u</code></td><td>Undo change</td><td><code>undo</code></td></tr>
|
||||
<tr><td><code>U</code></td><td>Redo change</td><td><code>redo</code></td></tr>
|
||||
<tr><td><code>Alt-u</code></td><td>Move backward in history</td><td><code>earlier</code></td></tr>
|
||||
<tr><td><code>Alt-U</code></td><td>Move forward in history</td><td><code>later</code></td></tr>
|
||||
<tr><td><code>y</code></td><td>Yank selection</td><td><code>yank</code></td></tr>
|
||||
<tr><td><code>p</code></td><td>Paste after selection</td><td><code>paste_after</code></td></tr>
|
||||
<tr><td><code>P</code></td><td>Paste before selection</td><td><code>paste_before</code></td></tr>
|
||||
|
|
|
@ -537,6 +537,8 @@ over it and is merged into the default palette.</p>
|
|||
<tr><td><code>.</code></td><td>Repeat last change</td><td>N/A</td></tr>
|
||||
<tr><td><code>u</code></td><td>Undo change</td><td><code>undo</code></td></tr>
|
||||
<tr><td><code>U</code></td><td>Redo change</td><td><code>redo</code></td></tr>
|
||||
<tr><td><code>Alt-u</code></td><td>Move backward in history</td><td><code>earlier</code></td></tr>
|
||||
<tr><td><code>Alt-U</code></td><td>Move forward in history</td><td><code>later</code></td></tr>
|
||||
<tr><td><code>y</code></td><td>Yank selection</td><td><code>yank</code></td></tr>
|
||||
<tr><td><code>p</code></td><td>Paste after selection</td><td><code>paste_after</code></td></tr>
|
||||
<tr><td><code>P</code></td><td>Paste before selection</td><td><code>paste_before</code></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