Add a default binding for toggling inlay hints
This commit is contained in:
parent
7ae5ee699f
commit
bbb222b6fc
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue