Skip to content

Commit d773a6e

Browse files
authored
Update keymap.md to have Tab and Shift-tab listed (#3365)
Co-authored-by: notusknot <notusknot@gmail.com>
1 parent d192d59 commit d773a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/keymap.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ Keys to use within picker. Remapping currently not supported.
363363

364364
| Key | Description |
365365
| ----- | ------------- |
366-
| `Up`, `Ctrl-p` | Previous entry |
366+
| `Tab`, `Up`, `Ctrl-p` | Previous entry |
367367
| `PageUp`, `Ctrl-u` | Page up |
368-
| `Down`, `Ctrl-n` | Next entry |
368+
| `Shift-tab`, `Down`, `Ctrl-n`| Next entry |
369369
| `PageDown`, `Ctrl-d` | Page down |
370370
| `Home` | Go to first entry |
371371
| `End` | Go to last entry |

0 commit comments

Comments
 (0)