aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authortaupiqueur2022-09-21 18:51:48 +0000
committerGitHub2022-09-21 18:51:48 +0000
commit75362dce8315c3fe20b9702d1ecdc0315112558e (patch)
tree8f14b31f554fff188d967009f5fcf4d560e09f47 /book/src/keymap.md
parent5467c65f8224049405498d65f54c3e3f8e4ec6c3 (diff)
Fix the picker’s keymap documentation (#3925)
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 99b0f0ba..6d90d802 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -381,9 +381,9 @@ Keys to use within picker. Remapping currently not supported.
| Key | Description |
| ----- | ------------- |
-| `Tab`, `Up`, `Ctrl-p` | Previous entry |
+| `Shift-Tab`, `Up`, `Ctrl-p` | Previous entry |
+| `Tab`, `Down`, `Ctrl-n` | Next entry |
| `PageUp`, `Ctrl-u` | Page up |
-| `Shift-tab`, `Down`, `Ctrl-n`| Next entry |
| `PageDown`, `Ctrl-d` | Page down |
| `Home` | Go to first entry |
| `End` | Go to last entry |