Merge pull request #2225 from zed-industries/vim-go-to-definition

add go to definition binding to vim normal mode
This commit is contained in:
Kay Simmons 2023-02-27 11:10:23 -08:00 committed by GitHub
commit 81cbefec22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,8 @@
"escape": [
"vim::SwitchMode",
"Normal"
]
],
"d": "editor::GoToDefinition"
}
},
{