mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +00:00
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:
commit
81cbefec22
1 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,8 @@
|
|||
"escape": [
|
||||
"vim::SwitchMode",
|
||||
"Normal"
|
||||
]
|
||||
],
|
||||
"d": "editor::GoToDefinition"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue