Skip to content

Commit

Permalink
fix: Change the Linux Ask Sourcery shortcut to ctrl+shift+y
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanator committed Sep 18, 2023
1 parent 841bddf commit a4d24f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"keybindings": [
{
"command": "sourcery.chat.ask",
"linux": "ctrl+y",
"linux": "ctrl+shift+y",
"mac": "cmd+y",
"windows": "ctrl+shift+y",
"when": "editorTextFocus"
Expand Down

0 comments on commit a4d24f2

Please sign in to comment.