aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/keymap.md')
-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` |