pull/11885/head
archseer 2021-08-08 04:31:31 +00:00
parent d21fc2deeb
commit 2121f24059
4 changed files with 6 additions and 2 deletions

View File

@ -218,6 +218,8 @@
<tr><td><code>Alt-C</code></td><td>Copy selection onto the previous line</td></tr>
<tr><td><code>(</code></td><td>Rotate main selection forward</td></tr>
<tr><td><code>)</code></td><td>Rotate main selection backward</td></tr>
<tr><td><code>Alt-(</code></td><td>Rotate selection contents forward</td></tr>
<tr><td><code>Alt-)</code></td><td>Rotate selection contents backward</td></tr>
<tr><td><code>%</code></td><td>Select entire file</td></tr>
<tr><td><code>x</code></td><td>Select current line, if already selected, extend to next line</td></tr>
<tr><td><code>X</code></td><td>Extend selection to line bounds (line-wise selection)</td></tr>

View File

@ -383,6 +383,8 @@ so you should define the palette after normal theme options.</p>
<tr><td><code>Alt-C</code></td><td>Copy selection onto the previous line</td></tr>
<tr><td><code>(</code></td><td>Rotate main selection forward</td></tr>
<tr><td><code>)</code></td><td>Rotate main selection backward</td></tr>
<tr><td><code>Alt-(</code></td><td>Rotate selection contents forward</td></tr>
<tr><td><code>Alt-)</code></td><td>Rotate selection contents backward</td></tr>
<tr><td><code>%</code></td><td>Select entire file</td></tr>
<tr><td><code>x</code></td><td>Select current line, if already selected, extend to next line</td></tr>
<tr><td><code>X</code></td><td>Extend selection to line bounds (line-wise 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