mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
add go to definition binding to vim normal mode
This commit is contained in:
parent
11e2caff15
commit
184f37015a
1 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,8 @@
|
||||||
"escape": [
|
"escape": [
|
||||||
"vim::SwitchMode",
|
"vim::SwitchMode",
|
||||||
"Normal"
|
"Normal"
|
||||||
]
|
],
|
||||||
|
"d": "editor::GoToDefinition"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue