mirror of https://github.com/helix-editor/helix
deploy: e5f9937c1d
parent
8f6f1c565b
commit
befc75b4a5
|
@ -246,7 +246,7 @@
|
|||
<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 before 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>`</td></tr>
|
||||
<tr><td><code>:pipe</code>, <code>:|</code></td><td>Pipe each selection to the shell command.</td></tr>
|
||||
<tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr>
|
||||
<tr><td><code>:run-shell-command</code>, <code>:sh</code>, <code>:!</code></td><td>Run a shell command</td></tr>
|
||||
<tr><td><code>:reset-diff-change</code>, <code>:diffget</code>, <code>:diffg</code></td><td>Reset the diff change at the cursor position.</td></tr>
|
||||
|
|
|
@ -1269,7 +1269,7 @@ space.B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
|
|||
<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 before 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>`</td></tr>
|
||||
<tr><td><code>:pipe</code>, <code>:|</code></td><td>Pipe each selection to the shell command.</td></tr>
|
||||
<tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr>
|
||||
<tr><td><code>:run-shell-command</code>, <code>:sh</code>, <code>:!</code></td><td>Run a shell command</td></tr>
|
||||
<tr><td><code>:reset-diff-change</code>, <code>:diffget</code>, <code>:diffg</code></td><td>Reset the diff change at the cursor position.</td></tr>
|
||||
|
|
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