mirror of https://github.com/helix-editor/helix
deploy: ce7ad2beb5
parent
ee366d6fcb
commit
941c7683d4
|
@ -264,7 +264,7 @@ in reverse, or searching via smartcase.</p>
|
|||
<tr><td><code>A-\|</code></td><td>Pipe each selection into shell command, ignoring output</td><td><code>shell_pipe_to</code></td></tr>
|
||||
<tr><td><code>!</code></td><td>Run shell command, inserting output before each selection</td><td><code>shell_insert_output</code></td></tr>
|
||||
<tr><td><code>A-!</code></td><td>Run shell command, appending output after each selection</td><td><code>shell_append_output</code></td></tr>
|
||||
<tr><td><code>$</code></td><td>Pipe each selection into shell command, removing if the command exits >0</td><td><code>shell_keep_pipe</code></td></tr>
|
||||
<tr><td><code>$</code></td><td>Pipe each selection into shell command, keep selections where command returned 0</td><td><code>shell_keep_pipe</code></td></tr>
|
||||
</tbody></table>
|
||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
||||
|
|
|
@ -466,7 +466,7 @@ in reverse, or searching via smartcase.</p>
|
|||
<tr><td><code>A-\|</code></td><td>Pipe each selection into shell command, ignoring output</td><td><code>shell_pipe_to</code></td></tr>
|
||||
<tr><td><code>!</code></td><td>Run shell command, inserting output before each selection</td><td><code>shell_insert_output</code></td></tr>
|
||||
<tr><td><code>A-!</code></td><td>Run shell command, appending output after each selection</td><td><code>shell_append_output</code></td></tr>
|
||||
<tr><td><code>$</code></td><td>Pipe each selection into shell command, removing if the command exits >0</td><td><code>shell_keep_pipe</code></td></tr>
|
||||
<tr><td><code>$</code></td><td>Pipe each selection into shell command, keep selections where command returned 0</td><td><code>shell_keep_pipe</code></td></tr>
|
||||
</tbody></table>
|
||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
||||
|
|
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