gh-pages
archseer 3 years ago
parent c0570aa4fa
commit d21fc2deeb

@ -216,6 +216,8 @@
<tr><td><code>Alt-;</code></td><td>Flip selection cursor and anchor</td></tr>
<tr><td><code>C</code></td><td>Copy selection onto the next line</td></tr>
<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>%</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>

@ -381,6 +381,8 @@ so you should define the palette after normal theme options.</p>
<tr><td><code>Alt-;</code></td><td>Flip selection cursor and anchor</td></tr>
<tr><td><code>C</code></td><td>Copy selection onto the next line</td></tr>
<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>%</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
Loading…
Cancel
Save