This commit is contained in:
cessen 2021-08-01 16:47:38 +00:00
parent 368bb56428
commit 40191901cf
4 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@
<tr><td><code>I</code></td><td>Insert at the start of the line</td></tr> <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>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 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>Undo change</td></tr>
<tr><td><code>U</code></td><td>Redo 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> <tr><td><code>y</code></td><td>Yank selection</td></tr>

View File

@ -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>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>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 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>Undo change</td></tr>
<tr><td><code>U</code></td><td>Redo 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> <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