add go to definition binding to vim normal mode

This commit is contained in:
Kay Simmons 2023-02-27 10:23:30 -08:00
parent 11e2caff15
commit 184f37015a

View File

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