Add `g space` for option-enter

Conrad Irwin created

vimify all the things

Change summary

assets/keymaps/vim.json | 1 +
1 file changed, 1 insertion(+)

Detailed changes

assets/keymaps/vim.json 🔗

@@ -146,6 +146,7 @@
       "g shift-s": "project_symbols::Toggle",
       "g .": "editor::ToggleCodeActions", // zed specific
       "g shift-a": "editor::FindAllReferences", // zed specific
+      "g space": "editor::OpenExcerpts", // zed specific
       "g *": [
         "vim::MoveToNext",
         {