vim: g s/S for outline/project symbols

This commit is contained in:
Conrad Irwin 2023-09-14 13:49:02 -06:00
parent 24698b61fd
commit 06555a423b

View file

@ -125,6 +125,8 @@
"g shift-t": "pane::ActivatePrevItem",
"g d": "editor::GoToDefinition",
"g shift-d": "editor::GoToTypeDefinition",
"g s": "outline::Toggle",
"g shift-s": "project_symbols::Toggle",
"g .": "editor::ToggleCodeActions", // zed specific
"g shift-a": "editor::FindAllReferences", // zed specific
"g *": [