aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authornotusknot2022-08-11 05:21:37 +0000
committerGitHub2022-08-11 05:21:37 +0000
commitd773a6e5f24f3be58a73e94cf07d67b5222fe48f (patch)
tree804062fd8dd7024e8b2adbf992d9a10bd8fc18b6 /book/src/keymap.md
parentd192d597535e50d3ce4a29fbd4dc13cb92320ea5 (diff)
Update keymap.md to have Tab and Shift-tab listed (#3365)
Co-authored-by: notusknot <notusknot@gmail.com>
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 25f1943d..f84393ac 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -363,9 +363,9 @@ Keys to use within picker. Remapping currently not supported.
| Key | Description |
| ----- | ------------- |
-| `Up`, `Ctrl-p` | Previous entry |
+| `Tab`, `Up`, `Ctrl-p` | Previous entry |
| `PageUp`, `Ctrl-u` | Page up |
-| `Down`, `Ctrl-n` | Next entry |
+| `Shift-tab`, `Down`, `Ctrl-n`| Next entry |
| `PageDown`, `Ctrl-d` | Page down |
| `Home` | Go to first entry |
| `End` | Go to last entry |