gh-pages
archseer 3 years ago
parent 40191901cf
commit c0570aa4fa

@ -214,6 +214,8 @@
<tr><td><code>Alt-s</code></td><td>Split selection on newlines</td></tr>
<tr><td><code>;</code></td><td>Collapse selection onto a single cursor</td></tr>
<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>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>

@ -379,6 +379,8 @@ so you should define the palette after normal theme options.</p>
<tr><td><code>Alt-s</code></td><td>Split selection on newlines</td></tr>
<tr><td><code>;</code></td><td>Collapse selection onto a single cursor</td></tr>
<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>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