diff options
author | notusknot | 2022-08-11 05:21:37 +0000 |
---|---|---|
committer | GitHub | 2022-08-11 05:21:37 +0000 |
commit | d773a6e5f24f3be58a73e94cf07d67b5222fe48f (patch) | |
tree | 804062fd8dd7024e8b2adbf992d9a10bd8fc18b6 | |
parent | d192d597535e50d3ce4a29fbd4dc13cb92320ea5 (diff) |
Update keymap.md to have Tab and Shift-tab listed (#3365)
Co-authored-by: notusknot <notusknot@gmail.com>
-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 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 | |