diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-06 20:34:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-06 20:34:02 -0700 |
commit | 9f621622a2259be7b639c4cbdac7b7e469ace69e (patch) | |
tree | fe014a235fb7c31609bcc9aae8802d6496258b72 /extension/package.json | |
parent | 58317604298800ccea238dd34d5ac6537ede4529 (diff) | |
download | sncontinue-9f621622a2259be7b639c4cbdac7b7e469ace69e.tar.gz sncontinue-9f621622a2259be7b639c4cbdac7b7e469ace69e.tar.bz2 sncontinue-9f621622a2259be7b639c4cbdac7b7e469ace69e.zip |
quick text entry
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index 30690397..79681f6b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -106,6 +106,11 @@ "command": "continue.rejectAllSuggestions", "category": "Continue", "title": "Reject All Suggestions" + }, + { + "command": "continue.quickTextEntry", + "category": "Continue", + "title": "Quick Text Entry" } ], "keybindings": [ @@ -138,6 +143,11 @@ "command": "continue.rejectDiff", "mac": "shift+cmd+backspace", "key": "shift+ctrl+backspace" + }, + { + "command": "continue.quickTextEntry", + "mac": "cmd+h", + "key": "ctrl+h" } ], "menus": { |