-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent double-adding selected context (#6059)
Previously, using the `alt+L` shortcut would appear to double-add the same snippet of context, because that snippet will have been already been added to the default initial context of the chat input. The `alt+L` shortcut to add a selection to context also conflicts with the `alt+L` shortcut that toggles the cursor back and forth between the sidebar and the editor. This patch updates the shortcuts to be as follows: - alt+L: between chat and editor (this is unchanged) - shift+alt+L (previously alt+L): add selection as context: - shift+ctrl+L (previously shift+alt+L): new chat
- Loading branch information
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters