mirror of https://github.com/helix-editor/helix
deploy: dbd853a082
parent
d21fc2deeb
commit
2121f24059
|
@ -218,6 +218,8 @@
|
|||
<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>Alt-(</code></td><td>Rotate selection contents forward</td></tr>
|
||||
<tr><td><code>Alt-)</code></td><td>Rotate selection contents 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>
|
||||
|
|
|
@ -383,6 +383,8 @@ so you should define the palette after normal theme options.</p>
|
|||
<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>Alt-(</code></td><td>Rotate selection contents forward</td></tr>
|
||||
<tr><td><code>Alt-)</code></td><td>Rotate selection contents 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…
Reference in New Issue