mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
vim: add gD to go to type definition
This commit is contained in:
parent
dbec2ed1f1
commit
d70f415e8e
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@
|
|||
"Normal"
|
||||
],
|
||||
"d": "editor::GoToDefinition",
|
||||
"shift-d": "editor::GoToTypeDefinition",
|
||||
"*": [
|
||||
"vim::MoveToNext",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue