mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Update keymap.md to have Tab and Shift-tab listed (#3365)
Co-authored-by: notusknot <notusknot@gmail.com>
This commit is contained in:
parent
d192d59753
commit
d773a6e5f2
1 changed files with 2 additions and 2 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue