diff options
author | taupiqueur | 2022-09-21 18:51:48 +0000 |
---|---|---|
committer | GitHub | 2022-09-21 18:51:48 +0000 |
commit | 75362dce8315c3fe20b9702d1ecdc0315112558e (patch) | |
tree | 8f14b31f554fff188d967009f5fcf4d560e09f47 /book/src | |
parent | 5467c65f8224049405498d65f54c3e3f8e4ec6c3 (diff) |
Fix the picker’s keymap documentation (#3925)
Diffstat (limited to 'book/src')
-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 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 | |