Add a default binding for toggling inlay hints

Kirill Bulatov created

Change summary

assets/keymaps/default.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

assets/keymaps/default.json 🔗

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