summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
index 744fe773..1b4ef3da 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -111,6 +111,16 @@
"command": "continue.viewLogs",
"category": "Continue",
"title": "View Logs"
+ },
+ {
+ "command": "continue.toggleAuxiliaryBar",
+ "category": "Continue",
+ "title": "Toggle Auxiliary Bar"
+ },
+ {
+ "command": "continue.focusContinueInputWithEdit",
+ "category": "Continue",
+ "title": "Focus Continue Input With Edit"
}
],
"keybindings": [
@@ -120,6 +130,11 @@
"key": "ctrl+m"
},
{
+ "command": "continue.focusContinueInputWithEdit",
+ "mac": "cmd+shift+m",
+ "key": "ctrl+shift+m"
+ },
+ {
"command": "continue.suggestionDown",
"mac": "shift+ctrl+down",
"key": "shift+ctrl+down"
@@ -148,6 +163,11 @@
"command": "continue.quickTextEntry",
"mac": "cmd+shift+l",
"key": "ctrl+shift+l"
+ },
+ {
+ "command": "continue.toggleAuxiliaryBar",
+ "mac": "option+cmd+m",
+ "key": "alt+ctrl+m"
}
],
"menus": {