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 | 926324cd4843a0476e4be5794e5d00853d455751 (patch) | |
tree | d7b30c67210d35e831efc89998e85fd0972bfd37 /extension/package.json | |
parent | 5b63917db308ab75dc765de543e97819f16924b7 (diff) | |
download | sncontinue-926324cd4843a0476e4be5794e5d00853d455751.tar.gz sncontinue-926324cd4843a0476e4be5794e5d00853d455751.tar.bz2 sncontinue-926324cd4843a0476e4be5794e5d00853d455751.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": { |