pull/11885/head
archseer 3 years ago
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…
Cancel
Save