mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
fix #1808
This commit is contained in:
parent
05161aa85e
commit
610ce93600
@ -77,8 +77,8 @@ #### Shell
|
||||
|
||||
| Key | Description | Command |
|
||||
| ------ | ----------- | ------- |
|
||||
| `|` | Pipe each selection through shell command, replacing with output | `shell_pipe` |
|
||||
| `Alt-|` | Pipe each selection into shell command, ignoring output | `shell_pipe_to` |
|
||||
| <code>|</code> | Pipe each selection through shell command, replacing with output | `shell_pipe` |
|
||||
| <code>Alt-|</code> | Pipe each selection into shell command, ignoring output | `shell_pipe_to` |
|
||||
| `!` | Run shell command, inserting output before each selection | `shell_insert_output` |
|
||||
| `Alt-!` | Run shell command, appending output after each selection | `shell_append_output` |
|
||||
| `$` | Pipe each selection into shell command, keep selections where command returned 0 | `shell_keep_pipe` |
|
||||
|
Loading…
Reference in New Issue
Block a user