Skip to content

Commit

Permalink
document a-ret picker keybinding (#7884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-ove authored Aug 15, 2023
1 parent 61ccf4e commit 0a45fb4
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,19 +411,20 @@ you to selectively add search terms to your selections.

Keys to use within picker. Remapping currently not supported.

| Key | Description |
| ----- | ------------- |
| `Shift-Tab`, `Up`, `Ctrl-p` | Previous entry |
| `Tab`, `Down`, `Ctrl-n` | Next entry |
| `PageUp`, `Ctrl-u` | Page up |
| `PageDown`, `Ctrl-d` | Page down |
| `Home` | Go to first entry |
| `End` | Go to last entry |
| `Enter` | Open selected |
| `Ctrl-s` | Open horizontally |
| `Ctrl-v` | Open vertically |
| `Ctrl-t` | Toggle preview |
| `Escape`, `Ctrl-c` | Close picker |
| Key | Description |
| ----- | ------------- |
| `Shift-Tab`, `Up`, `Ctrl-p` | Previous entry |
| `Tab`, `Down`, `Ctrl-n` | Next entry |
| `PageUp`, `Ctrl-u` | Page up |
| `PageDown`, `Ctrl-d` | Page down |
| `Home` | Go to first entry |
| `End` | Go to last entry |
| `Enter` | Open selected |
| `Alt-Enter` | Open selected in the background without closing the picker |
| `Ctrl-s` | Open horizontally |
| `Ctrl-v` | Open vertically |
| `Ctrl-t` | Toggle preview |
| `Escape`, `Ctrl-c` | Close picker |

## Prompt

Expand Down

0 comments on commit 0a45fb4

Please sign in to comment.