gh-pages
archseer 3 years ago
parent 5685b7c91f
commit 8f859b8683

@ -200,7 +200,8 @@
</tbody></table>
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
<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>a</td><td>Insert after selection (append)</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>
<h3 id="changes"><a class="header" href="#changes">Changes</a></h3>
<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>a</td><td>Insert after selection (append)</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…
Cancel
Save