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": [ "escape": [
"vim::SwitchMode", "vim::SwitchMode",
"Normal" "Normal"
] ],
"d": "editor::GoToDefinition"
} }
}, },
{ {