mirror of https://github.com/helix-editor/helix
deploy: 22ae1b92a6
parent
004680034f
commit
a0a1cb57f2
|
@ -246,6 +246,7 @@ on the closest pairs found and selections are not required; use counts to act in
|
|||
<tr><td><code>w</code></td><td>Word</td></tr>
|
||||
<tr><td><code>W</code></td><td>WORD</td></tr>
|
||||
<tr><td><code>(</code>, <code>[</code>, <code>'</code>, etc</td><td>Specified surround pairs</td></tr>
|
||||
<tr><td><code>m</code></td><td>Closest surround pair</td></tr>
|
||||
<tr><td><code>f</code></td><td>Function</td></tr>
|
||||
<tr><td><code>c</code></td><td>Class</td></tr>
|
||||
<tr><td><code>a</code></td><td>Argument/parameter</td></tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -193,6 +193,7 @@ on the closest pairs found and selections are not required; use counts to act in
|
|||
<tr><td><code>w</code></td><td>Word</td></tr>
|
||||
<tr><td><code>W</code></td><td>WORD</td></tr>
|
||||
<tr><td><code>(</code>, <code>[</code>, <code>'</code>, etc</td><td>Specified surround pairs</td></tr>
|
||||
<tr><td><code>m</code></td><td>Closest surround pair</td></tr>
|
||||
<tr><td><code>f</code></td><td>Function</td></tr>
|
||||
<tr><td><code>c</code></td><td>Class</td></tr>
|
||||
<tr><td><code>a</code></td><td>Argument/parameter</td></tr>
|
||||
|
|
Loading…
Reference in New Issue