mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: 5342f976d4
This commit is contained in:
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…
Reference in New Issue
Block a user