gh-pages
archseer 3 years ago
parent ac82c6ca61
commit b38e7314fb

@ -204,7 +204,7 @@ helix. The keymappings have been inspired from <a href="https://github.com/macha
</ul>
<p><code>ms</code> acts on a selection, so select the text first and use <code>ms&lt;char&gt;</code>. <code>mr</code> and <code>md</code> work
on the closest pairs found and selections are not required; use counts to act in outer pairs.</p>
<p>It can also act on multiple seletions (yay!). For example, to change every occurance of <code>(use)</code> to <code>[use]</code>:</p>
<p>It can also act on multiple selections (yay!). For example, to change every occurrence of <code>(use)</code> to <code>[use]</code>:</p>
<ul>
<li><code>%</code> to select the whole file</li>
<li><code>s</code> to split the selections on a search term</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -173,7 +173,7 @@ helix. The keymappings have been inspired from <a href="https://github.com/macha
</ul>
<p><code>ms</code> acts on a selection, so select the text first and use <code>ms&lt;char&gt;</code>. <code>mr</code> and <code>md</code> work
on the closest pairs found and selections are not required; use counts to act in outer pairs.</p>
<p>It can also act on multiple seletions (yay!). For example, to change every occurance of <code>(use)</code> to <code>[use]</code>:</p>
<p>It can also act on multiple selections (yay!). For example, to change every occurrence of <code>(use)</code> to <code>[use]</code>:</p>
<ul>
<li><code>%</code> to select the whole file</li>
<li><code>s</code> to split the selections on a search term</li>

Loading…
Cancel
Save