gh-pages
archseer 2 years ago
parent 14b0b66dc0
commit cdaad42328

@ -443,6 +443,10 @@ it).</p>
<tr><td><code>]T</code></td><td>Go to previous test (<strong>TS</strong>)</td><td><code>goto_prev_test</code></td></tr>
<tr><td><code>]p</code></td><td>Go to next paragraph</td><td><code>goto_next_paragraph</code></td></tr>
<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>[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>

@ -359,6 +359,7 @@ though, we climb the syntax tree and then take the previous selection. So
<tr><td><code>a</code></td><td>Argument/parameter</td></tr>
<tr><td><code>o</code></td><td>Comment</td></tr>
<tr><td><code>t</code></td><td>Test</td></tr>
<tr><td><code>g</code></td><td>Change</td></tr>
</tbody></table>
</div>
<blockquote>
@ -685,6 +686,10 @@ it).</p>
<tr><td><code>]T</code></td><td>Go to previous test (<strong>TS</strong>)</td><td><code>goto_prev_test</code></td></tr>
<tr><td><code>]p</code></td><td>Go to next paragraph</td><td><code>goto_next_paragraph</code></td></tr>
<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>[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

@ -250,6 +250,7 @@ though, we climb the syntax tree and then take the previous selection. So
<tr><td><code>a</code></td><td>Argument/parameter</td></tr>
<tr><td><code>o</code></td><td>Comment</td></tr>
<tr><td><code>t</code></td><td>Test</td></tr>
<tr><td><code>g</code></td><td>Change</td></tr>
</tbody></table>
</div>
<blockquote>

Loading…
Cancel
Save