aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
Diffstat (limited to 'book/src')
-rw-r--r--book/src/keymap.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 19fd21bb..b135a9f5 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -304,7 +304,11 @@ Keys to use within picker. Remapping currently not supported.
| Key | Description |
| ----- | ------------- |
| `Up`, `Ctrl-k`, `Ctrl-p` | Previous entry |
+| `PageUp`, `Ctrl-b` | Page up |
| `Down`, `Ctrl-j`, `Ctrl-n` | Next entry |
+| `PageDown`, `Ctrl-f` | Page down |
+| `Home` | Go to first entry |
+| `End` | Go to last entry |
| `Ctrl-space` | Filter options |
| `Enter` | Open selected |
| `Ctrl-s` | Open horizontally |