From 610ce93600d2f193dc76eedba61fffe642eff3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 14 Mar 2022 11:34:21 +0900 Subject: [PATCH] fix #1808 --- book/src/keymap.md | 4 ++-- 1 file 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` | +| | | 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` |