mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 01:25:43 -05:00
Changes commit search shortcut to alt+/
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user