mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
Fix the picker’s keymap documentation (#3925)
This commit is contained in:
parent
5467c65f82
commit
75362dce83
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user