Fix the picker’s keymap documentation (#3925)

This commit is contained in:
taupiqueur 2022-09-21 20:51:48 +02:00 committed by GitHub
parent 5467c65f82
commit 75362dce83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,9 +381,9 @@ ## Picker
| 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 |