gh-pages
archseer 3 years ago
parent 449d20f6a2
commit 147040de78

@ -159,6 +159,9 @@
<tr><td><code>w</code></td><td>Move next word start</td></tr>
<tr><td><code>b</code></td><td>Move previous word start</td></tr>
<tr><td><code>e</code></td><td>Move next word end</td></tr>
<tr><td><code>W</code></td><td>Move next WORD start</td></tr>
<tr><td><code>B</code></td><td>Move previous WORD start</td></tr>
<tr><td><code>E</code></td><td>Move next WORD end</td></tr>
<tr><td><code>t</code></td><td>Find 'till next char</td></tr>
<tr><td><code>f</code></td><td>Find next char</td></tr>
<tr><td><code>T</code></td><td>Find 'till previous char</td></tr>

@ -300,6 +300,9 @@ display-messages = true
<tr><td><code>w</code></td><td>Move next word start</td></tr>
<tr><td><code>b</code></td><td>Move previous word start</td></tr>
<tr><td><code>e</code></td><td>Move next word end</td></tr>
<tr><td><code>W</code></td><td>Move next WORD start</td></tr>
<tr><td><code>B</code></td><td>Move previous WORD start</td></tr>
<tr><td><code>E</code></td><td>Move next WORD end</td></tr>
<tr><td><code>t</code></td><td>Find 'till next char</td></tr>
<tr><td><code>f</code></td><td>Find next char</td></tr>
<tr><td><code>T</code></td><td>Find 'till previous char</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