From 9a35fc6b47c2cf0ab9fc06d7c0187a39f137f53c Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 14 May 2017 01:50:00 -0400 Subject: [PATCH] Changes commit search shortcut to alt+/ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f00a0bf..4991158 100644 --- a/package.json +++ b/package.json @@ -800,8 +800,8 @@ }, { "command": "gitlens.showCommitSearch", - "key": "alt+f", - "mac": "alt+f", + "key": "alt+/", + "mac": "alt+/", "when": "gitlens:enabled" }, { @@ -873,7 +873,7 @@ "vscode:prepublish": "npm install && npm run compile" }, "dependencies": { - "applicationinsights": "0.20.0", + "applicationinsights": "0.19.0", "copy-paste": "1.3.0", "ignore": "3.3.0", "lodash.debounce": "4.0.8",