Changes commit search shortcut to alt+/

This commit is contained in:
Eric Amodio
2017-05-14 01:50:00 -04:00
parent 078f3fd482
commit 9a35fc6b47

View File

@@ -800,8 +800,8 @@
}, },
{ {
"command": "gitlens.showCommitSearch", "command": "gitlens.showCommitSearch",
"key": "alt+f", "key": "alt+/",
"mac": "alt+f", "mac": "alt+/",
"when": "gitlens:enabled" "when": "gitlens:enabled"
}, },
{ {
@@ -873,7 +873,7 @@
"vscode:prepublish": "npm install && npm run compile" "vscode:prepublish": "npm install && npm run compile"
}, },
"dependencies": { "dependencies": {
"applicationinsights": "0.20.0", "applicationinsights": "0.19.0",
"copy-paste": "1.3.0", "copy-paste": "1.3.0",
"ignore": "3.3.0", "ignore": "3.3.0",
"lodash.debounce": "4.0.8", "lodash.debounce": "4.0.8",