mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
deploy: b8cafee9f5
This commit is contained in:
parent
ac82c6ca61
commit
b38e7314fb
4 changed files with 4 additions and 4 deletions
|
@ -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<char></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<char></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…
Add table
Add a link
Reference in a new issue