aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-04 06:47:29 +0000
committerBlaž Hrastnik2021-06-04 06:47:29 +0000
commit4f0e3aa948a83c0d94f942448bfa7740532e55b7 (patch)
treef71d719e5fa4995feb92c79cdab9fd71d6b4ee1b /book/src
parentf2e554d761a8e5f2f7b3cbc5590ff6e5699b13d9 (diff)
Implement gt/gm/gb, remap goto tYpe to gy
Diffstat (limited to 'book/src')
-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 |