aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-14 02:34:21 +0000
committerBlaž Hrastnik2022-03-14 02:34:21 +0000
commit610ce93600d2f193dc76eedba61fffe642eff3fc (patch)
tree71b3ec7369a1b226c2d637745e4378b6d79d5d51 /book/src
parent05161aa85e14ec6cd84234d724639289027284fe (diff)
fix #1808
Diffstat (limited to 'book/src')
-rw-r--r--book/src/keymap.md4
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>&#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` |