aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
Diffstat (limited to 'book')
-rw-r--r--book/src/keymap.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 8f13ccdb..82cd9f33 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -118,8 +118,11 @@ Jumps to various locations.
|-----|-----------|
| g | Go to the start of the file |
| e | Go to the end of the file |
+| t | Go to the top of the screen |
+| m | Go to the middle of the screen |
+| b | Go to the bottom of the screen |
| d | Go to definition |
-| t | Go to type definition |
+| y | Go to type definition |
| r | Go to references |
| i | Go to implementation |