diff --git a/src/package.json b/src/package.json index ad47fa6889d9..59ce7ec27ad8 100644 --- a/src/package.json +++ b/src/package.json @@ -302,6 +302,16 @@ } ] }, + "keybindings": [ + { + "command": "roo-cline.addToContext", + "key": "cmd+y", + "mac": "cmd+y", + "win": "ctrl+y", + "linux": "ctrl+y", + "when": "editorTextFocus && editorHasSelection" + } + ], "submenus": [ { "id": "roo-cline.contextMenu",