Add a default binding for toggling inlay hints (#2910)

Release Notes:

- Add a `"ctrl-shift-:": "editor::ToggleInlayHints"` default binding
This commit is contained in:
Kirill Bulatov
2023-08-29 21:09:46 +03:00
committed by GitHub
+2 -1
View File
@@ -521,7 +521,8 @@
"ctrl-alt-cmd-f": "workspace::FollowNextCollaborator",
// TODO: Move this to a dock open action
"cmd-shift-c": "collab_panel::ToggleFocus",
"cmd-alt-i": "zed::DebugElements"
"cmd-alt-i": "zed::DebugElements",
"ctrl-shift-:": "editor::ToggleInlayHints",
}
},
{