From 570eca6d5f80a2880e00689df99dc25b1ca090c6 Mon Sep 17 00:00:00 2001 From: Patrick Hill Date: Thu, 26 May 2022 06:41:47 -0400 Subject: [PATCH] Match addSelectionToNextFindMatch command to Xcode Currently set to cmd+e but Xcode default is opt+cmd+e https://share.cleanshot.com/CelzuF --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88fc2e0..ce7f0a5 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "contributes": { "keybindings": [ { - "key": "cmd+e", + "key": "alt+cmd+e", "command": "editor.action.addSelectionToNextFindMatch" }, {