aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorwullewutz2021-06-01 20:36:42 +0000
committerGitHub2021-06-01 20:36:42 +0000
commitcfae07e7ba09d03a314d940e5c3f4f78befa7ce5 (patch)
treeb6dd23148e28dc5f19db19942be31ca189ff4e37 /book/src
parentc2e6b9f506fddec15e48bd06cf712aef2bf53e3c (diff)
Fixed c/p error in keymap doc
Go to definition mapping is "gd" not "ge"
Diffstat (limited to 'book/src')
-rw-r--r--book/src/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 9c8c23d6..43e623a2 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -118,7 +118,7 @@ Jumps to various locations.
|-----|-----------|
| g | Go to the start of the file |
| e | Go to the end of the file |
-| e | Go to definition |
+| d | Go to definition |
| t | Go to type definition |
| r | Go to references |
| i | Go to implementation |