From 9f621622a2259be7b639c4cbdac7b7e469ace69e Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 6 Jul 2023 20:34:02 -0700 Subject: quick text entry --- extension/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extension/package.json') 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": { -- cgit v1.2.3-70-g09d2