From 6d8b9b5f67e094fe456a2919d9c29c1808682945 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 3 Oct 2025 10:41:36 +0100 Subject: [PATCH] feat(cursor/keybindings): add toggle command for Plan mode --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 8f469db..f519fdd 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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"