feat(cursor/keybindings): add toggle command for Plan mode

This commit is contained in:
Jim Myhrberg
2025-10-03 10:41:36 +01:00
parent 8a4cc26920
commit 6d8b9b5f67

View File

@@ -29,6 +29,10 @@
"key": "cmd+i",
"command": "composerMode.agent"
},
{ // Toggle Plan.
"key": "alt+cmd+i",
"command": "composerMode.plan"
},
{ // Toggle Ask.
"key": "cmd+l",
"command": "composerMode.chat"