mirror of https://github.com/helix-editor/helix
deploy: 722cfedb38
parent
f0c1626374
commit
a63d74b2e4
|
@ -187,6 +187,9 @@
|
|||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||
<tr><td><code>r</code></td><td>Replace with a character</td></tr>
|
||||
<tr><td><code>R</code></td><td>Replace with yanked text</td></tr>
|
||||
<tr><td><code>~</code></td><td>Switch case of the selected text</td></tr>
|
||||
<tr><td>```</td><td>Set the selected text to upper case</td></tr>
|
||||
<tr><td>`Alt-``</td><td>Set the selected text to lower case</td></tr>
|
||||
<tr><td><code>i</code></td><td>Insert before selection</td></tr>
|
||||
<tr><td><code>a</code></td><td>Insert after selection (append)</td></tr>
|
||||
<tr><td><code>I</code></td><td>Insert at the start of the line</td></tr>
|
||||
|
|
|
@ -356,6 +356,9 @@ so you should define the palette after normal theme options.</p>
|
|||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||
<tr><td><code>r</code></td><td>Replace with a character</td></tr>
|
||||
<tr><td><code>R</code></td><td>Replace with yanked text</td></tr>
|
||||
<tr><td><code>~</code></td><td>Switch case of the selected text</td></tr>
|
||||
<tr><td>```</td><td>Set the selected text to upper case</td></tr>
|
||||
<tr><td>`Alt-``</td><td>Set the selected text to lower case</td></tr>
|
||||
<tr><td><code>i</code></td><td>Insert before selection</td></tr>
|
||||
<tr><td><code>a</code></td><td>Insert after selection (append)</td></tr>
|
||||
<tr><td><code>I</code></td><td>Insert at the start of the line</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