From a4d24f246185325633542b7ca9f0e1eee6685ae1 Mon Sep 17 00:00:00 2001 From: Brendan Maginnis Date: Mon, 18 Sep 2023 17:29:29 +0100 Subject: [PATCH] fix: Change the Linux `Ask Sourcery` shortcut to `ctrl+shift+y` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f445c3a..f7cdbbf2 100644 --- a/package.json +++ b/package.json @@ -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"