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 |