gh-pages
archseer 3 years ago
parent 02977b7819
commit 0accdc62f2

@ -213,6 +213,7 @@
<tr><td><code>Alt-;</code></td><td>Flip selection cursor and anchor</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>
<tr><td></td><td>Expand selection to parent syntax node TODO: pick a key</td></tr>
<tr><td><code>J</code></td><td>join lines inside selection</td></tr>
<tr><td><code>K</code></td><td>keep selections matching the regex TODO: overlapped by hover help</td></tr>

@ -380,6 +380,7 @@ 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>%</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>
<tr><td></td><td>Expand selection to parent syntax node TODO: pick a key</td></tr>
<tr><td><code>J</code></td><td>join lines inside selection</td></tr>
<tr><td><code>K</code></td><td>keep selections matching the regex TODO: overlapped by hover help</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