vim: g s/S for outline/project symbols
This commit is contained in:
parent
24698b61fd
commit
06555a423b
1 changed files with 2 additions and 0 deletions
|
@ -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 *": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue