diff --git a/book/src/keymap.md b/book/src/keymap.md index b07432b3..374513be 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -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` | +| | | Pipe each selection through shell command, replacing with output | `shell_pipe` | +| Alt-| | 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` |