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:
Kay Simmons
2023-02-27 11:10:23 -08:00
committed by GitHub
+2 -1
View File
@@ -234,7 +234,8 @@
"escape": [ "escape": [
"vim::SwitchMode", "vim::SwitchMode",
"Normal" "Normal"
] ],
"d": "editor::GoToDefinition"
} }
}, },
{ {