pull/11885/head
the-mikedavis 2023-01-06 12:44:48 +00:00
parent a7cbf21111
commit fb5ce99733
4 changed files with 6 additions and 6 deletions

View File

@ -456,8 +456,8 @@ it).</p>
<tr><td><code>[p</code></td><td>Go to previous paragraph</td><td><code>goto_prev_paragraph</code></td></tr>
<tr><td><code>]g</code></td><td>Go to next change</td><td><code>goto_next_change</code></td></tr>
<tr><td><code>[g</code></td><td>Go to previous change</td><td><code>goto_prev_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[Space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
<tr><td><code>]Space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
</tbody></table>

View File

@ -699,8 +699,8 @@ it).</p>
<tr><td><code>[p</code></td><td>Go to previous paragraph</td><td><code>goto_prev_paragraph</code></td></tr>
<tr><td><code>]g</code></td><td>Go to next change</td><td><code>goto_next_change</code></td></tr>
<tr><td><code>[g</code></td><td>Go to previous change</td><td><code>goto_prev_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[Space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
<tr><td><code>]Space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
</tbody></table>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long