diff options
author | Blaž Hrastnik | 2022-03-14 02:34:21 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-14 02:34:21 +0000 |
commit | 610ce93600d2f193dc76eedba61fffe642eff3fc (patch) | |
tree | 71b3ec7369a1b226c2d637745e4378b6d79d5d51 | |
parent | 05161aa85e14ec6cd84234d724639289027284fe (diff) |
fix #1808
-rw-r--r-- | book/src/keymap.md | 4 |
1 files changed, 2 insertions, 2 deletions
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` | +| <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` | |