mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: faf0c521d1
This commit is contained in:
parent
9b20bb5f5b
commit
6d43fd24d4
@ -356,7 +356,7 @@ it).</p>
|
|||||||
<h4 id="match-mode"><a class="header" href="#match-mode">Match mode</a></h4>
|
<h4 id="match-mode"><a class="header" href="#match-mode">Match mode</a></h4>
|
||||||
<p>Accessed by typing <code>m</code> in <a href="#normal-mode">normal mode</a>.</p>
|
<p>Accessed by typing <code>m</code> in <a href="#normal-mode">normal mode</a>.</p>
|
||||||
<p>See the relevant section in <a href="./usage.html">Usage</a> for an explanation about
|
<p>See the relevant section in <a href="./usage.html">Usage</a> for an explanation about
|
||||||
<a href="./usage.html#surround">surround</a> and <a href="./usage.html#textobject">textobject</a> usage.</p>
|
<a href="./usage.html#surround">surround</a> and <a href="./usage.html#textobjects">textobject</a> usage.</p>
|
||||||
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||||
<tr><td><code>m</code></td><td>Goto matching bracket (<strong>TS</strong>)</td><td><code>match_brackets</code></td></tr>
|
<tr><td><code>m</code></td><td>Goto matching bracket (<strong>TS</strong>)</td><td><code>match_brackets</code></td></tr>
|
||||||
<tr><td><code>s</code> <code><char></code></td><td>Surround current selection with <code><char></code></td><td><code>surround_add</code></td></tr>
|
<tr><td><code>s</code> <code><char></code></td><td>Surround current selection with <code><char></code></td><td><code>surround_add</code></td></tr>
|
||||||
|
@ -563,7 +563,7 @@ it).</p>
|
|||||||
<h4 id="match-mode"><a class="header" href="#match-mode">Match mode</a></h4>
|
<h4 id="match-mode"><a class="header" href="#match-mode">Match mode</a></h4>
|
||||||
<p>Accessed by typing <code>m</code> in <a href="keymap.html#normal-mode">normal mode</a>.</p>
|
<p>Accessed by typing <code>m</code> in <a href="keymap.html#normal-mode">normal mode</a>.</p>
|
||||||
<p>See the relevant section in <a href="./usage.html">Usage</a> for an explanation about
|
<p>See the relevant section in <a href="./usage.html">Usage</a> for an explanation about
|
||||||
<a href="./usage.html#surround">surround</a> and <a href="./usage.html#textobject">textobject</a> usage.</p>
|
<a href="./usage.html#surround">surround</a> and <a href="./usage.html#textobjects">textobject</a> usage.</p>
|
||||||
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||||
<tr><td><code>m</code></td><td>Goto matching bracket (<strong>TS</strong>)</td><td><code>match_brackets</code></td></tr>
|
<tr><td><code>m</code></td><td>Goto matching bracket (<strong>TS</strong>)</td><td><code>match_brackets</code></td></tr>
|
||||||
<tr><td><code>s</code> <code><char></code></td><td>Surround current selection with <code><char></code></td><td><code>surround_add</code></td></tr>
|
<tr><td><code>s</code> <code><char></code></td><td>Surround current selection with <code><char></code></td><td><code>surround_add</code></td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user