Add a default binding for toggling inlay hints

This commit is contained in:
Kirill Bulatov 2023-08-29 20:56:26 +03:00
parent 7ae5ee699f
commit bbb222b6fc

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",
}
},
{