mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
deploy: 911b9b3276
This commit is contained in:
parent
a6c7a98d94
commit
187120bc03
@ -234,13 +234,11 @@
|
||||
<tr><td><code>Ctrl-c</code></td><td>Comment/uncomment the selections</td><td><code>toggle_comments</code></td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="search"><a class="header" href="#search">Search</a></h3>
|
||||
<blockquote>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching in reverse.</p>
|
||||
</blockquote>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
<tr><td><code>/</code></td><td>Search for regex pattern</td><td><code>search</code></td></tr>
|
||||
<tr><td><code>?</code></td><td>Search for previous pattern</td><td><code>rsearch</code></td></tr>
|
||||
<tr><td><code>n</code></td><td>Select next search match</td><td><code>search_next</code></td></tr>
|
||||
<tr><td><code>N</code></td><td>Add next search match to selection</td><td><code>extend_search_next</code></td></tr>
|
||||
<tr><td><code>N</code></td><td>Select previous search match</td><td><code>search_prev</code></td></tr>
|
||||
<tr><td><code>*</code></td><td>Use current selection as the search pattern</td><td><code>search_selection</code></td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="minor-modes"><a class="header" href="#minor-modes">Minor modes</a></h3>
|
||||
|
@ -574,13 +574,11 @@ over it and is merged into the default palette.</p>
|
||||
<tr><td><code>Ctrl-c</code></td><td>Comment/uncomment the selections</td><td><code>toggle_comments</code></td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="search"><a class="header" href="#search">Search</a></h3>
|
||||
<blockquote>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching in reverse.</p>
|
||||
</blockquote>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
<tr><td><code>/</code></td><td>Search for regex pattern</td><td><code>search</code></td></tr>
|
||||
<tr><td><code>?</code></td><td>Search for previous pattern</td><td><code>rsearch</code></td></tr>
|
||||
<tr><td><code>n</code></td><td>Select next search match</td><td><code>search_next</code></td></tr>
|
||||
<tr><td><code>N</code></td><td>Add next search match to selection</td><td><code>extend_search_next</code></td></tr>
|
||||
<tr><td><code>N</code></td><td>Select previous search match</td><td><code>search_prev</code></td></tr>
|
||||
<tr><td><code>*</code></td><td>Use current selection as the search pattern</td><td><code>search_selection</code></td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="minor-modes"><a class="header" href="#minor-modes">Minor modes</a></h3>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user