mirror of https://github.com/helix-editor/helix
deploy: f41688d960
parent
67092d9f14
commit
df6f093eaf
|
@ -209,9 +209,8 @@
|
|||
<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>%</code></td><td>Select entire file</td></tr>
|
||||
<tr><td><code>x</code></td><td>Select current line</td></tr>
|
||||
<tr><td><code>X</code></td><td>Extend to next line</td></tr>
|
||||
<tr><td><code>[</code></td><td>Expand selection to parent syntax node TODO: pick a key</td></tr>
|
||||
<tr><td><code>x</code></td><td>Select current line, if already selected, extend to next line</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>
|
||||
<tr><td><code>Space</code></td><td>keep only the primary selection TODO: overlapped by space mode</td></tr>
|
||||
|
|
|
@ -321,9 +321,8 @@ it with:</p>
|
|||
<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>%</code></td><td>Select entire file</td></tr>
|
||||
<tr><td><code>x</code></td><td>Select current line</td></tr>
|
||||
<tr><td><code>X</code></td><td>Extend to next line</td></tr>
|
||||
<tr><td><code>[</code></td><td>Expand selection to parent syntax node TODO: pick a key</td></tr>
|
||||
<tr><td><code>x</code></td><td>Select current line, if already selected, extend to next line</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>
|
||||
<tr><td><code>Space</code></td><td>keep only the primary selection TODO: overlapped by space mode</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…
Reference in New Issue