mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(cursor/keybindings): add toggle command for Plan mode
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user