Merge pull request #31 from wullewutz/patch-1

Fixed c/p error in keymap doc
This commit is contained in:
Blaž Hrastnik 2021-06-02 09:26:29 +09:00 committed by GitHub
commit 01bf363446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ ## Goto mode
|-----|-----------|
| 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 |