mirror of https://github.com/helix-editor/helix
deploy: 4bec87ad18
parent
5685b7c91f
commit
8f859b8683
|
@ -200,7 +200,8 @@
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
|
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
|
||||||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||||
<tr><td>r</td><td>replace (single character change)</td></tr>
|
<tr><td>r</td><td>replace with a character</td></tr>
|
||||||
|
<tr><td>R</td><td>replace with yanked text</td></tr>
|
||||||
<tr><td>i</td><td>Insert before selection</td></tr>
|
<tr><td>i</td><td>Insert before selection</td></tr>
|
||||||
<tr><td>a</td><td>Insert after selection (append)</td></tr>
|
<tr><td>a</td><td>Insert after selection (append)</td></tr>
|
||||||
<tr><td>I</td><td>Insert at the start of the line</td></tr>
|
<tr><td>I</td><td>Insert at the start of the line</td></tr>
|
||||||
|
|
|
@ -301,7 +301,8 @@ it with:</p>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
|
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
|
||||||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||||
<tr><td>r</td><td>replace (single character change)</td></tr>
|
<tr><td>r</td><td>replace with a character</td></tr>
|
||||||
|
<tr><td>R</td><td>replace with yanked text</td></tr>
|
||||||
<tr><td>i</td><td>Insert before selection</td></tr>
|
<tr><td>i</td><td>Insert before selection</td></tr>
|
||||||
<tr><td>a</td><td>Insert after selection (append)</td></tr>
|
<tr><td>a</td><td>Insert after selection (append)</td></tr>
|
||||||
<tr><td>I</td><td>Insert at the start of the line</td></tr>
|
<tr><td>I</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