Skip to content

Commit

Permalink
fix #1808
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Mar 14, 2022
1 parent 05161aa commit 610ce93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@

| 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>&#124;</code> | Pipe each selection through shell command, replacing with output | `shell_pipe` |
| <code>Alt-&#124;</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` |
Expand Down

0 comments on commit 610ce93

Please sign in to comment.