mirror of https://github.com/helix-editor/helix
deploy: f1ae496860
parent
93ff6bec64
commit
7d10580be8
|
@ -204,6 +204,8 @@
|
|||
<tr><td><code>:config-reload</code></td><td>Refreshes helix's config.</td></tr>
|
||||
<tr><td><code>:config-open</code></td><td>Open the helix config.toml file.</td></tr>
|
||||
<tr><td><code>:log-open</code></td><td>Open the helix log file.</td></tr>
|
||||
<tr><td><code>:insert-output</code></td><td>Run shell command, inserting output after each selection.</td></tr>
|
||||
<tr><td><code>:append-output</code></td><td>Run shell command, appending output after each selection.</td></tr>
|
||||
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr>
|
||||
<tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr>
|
||||
</tbody></table>
|
||||
|
|
|
@ -721,6 +721,8 @@ you to selectively add search terms to your selections.</p>
|
|||
<tr><td><code>:config-reload</code></td><td>Refreshes helix's config.</td></tr>
|
||||
<tr><td><code>:config-open</code></td><td>Open the helix config.toml file.</td></tr>
|
||||
<tr><td><code>:log-open</code></td><td>Open the helix log file.</td></tr>
|
||||
<tr><td><code>:insert-output</code></td><td>Run shell command, inserting output after each selection.</td></tr>
|
||||
<tr><td><code>:append-output</code></td><td>Run shell command, appending output after each selection.</td></tr>
|
||||
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr>
|
||||
<tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr>
|
||||
</tbody></table>
|
||||
|
|
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