Fixed c/p error in keymap doc

Go to definition mapping is "gd" not "ge"
This commit is contained in:
wullewutz 2021-06-01 22:36:42 +02:00 committed by GitHub
parent c2e6b9f506
commit cfae07e7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |