浏览代码

Changes commit search shortcut to alt+/

main
Eric Amodio 7 年前
父节点
当前提交
9a35fc6b47
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      package.json

+ 3
- 3
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",

正在加载...
取消
保存