Skip to content

Commit

Permalink
fix: Change the Linux Ask Sourcery shortcut to ctrl+shift+y (#224)
Browse files Browse the repository at this point in the history
Fixes: #204
  • Loading branch information
brendanator authored Sep 19, 2023
1 parent 841bddf commit a3fc5ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,8 @@
"keybindings": [
{
"command": "sourcery.chat.ask",
"linux": "ctrl+y",
"key": "ctrl+shift+y",
"mac": "cmd+y",
"windows": "ctrl+shift+y",
"when": "editorTextFocus"
}
]
Expand Down

0 comments on commit a3fc5ac

Please sign in to comment.