Fix the picker’s keymap documentation (#3925)

pull/3927/head
taupiqueur 2 years ago committed by GitHub
parent 5467c65f82
commit 75362dce83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 |

Loading…
Cancel
Save