瀏覽代碼

Stops certain keybindings from being too context sensative

main
Eric Amodio 7 年之前
父節點
當前提交
04a6574f16
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      package.json

+ 3
- 3
package.json 查看文件

@ -766,7 +766,7 @@
"command": "gitlens.toggleBlame",
"key": "alt+b",
"mac": "alt+b",
"when": "editorTextFocus && gitlens:isBlameable"
"when": "editorTextFocus && gitlens:isTracked"
},
{
"command": "gitlens.toggleCodeLens",
@ -820,7 +820,7 @@
"command": "gitlens.diffLineWithPrevious",
"key": "shift+alt+,",
"mac": "shift+alt+,",
"when": "editorTextFocus && gitlens:isBlameable"
"when": "editorTextFocus && gitlens:isTracked"
},
{
"command": "gitlens.diffWithPrevious",
@ -832,7 +832,7 @@
"command": "gitlens.diffLineWithWorking",
"key": "alt+w",
"mac": "alt+w",
"when": "editorTextFocus && gitlens:isBlameable"
"when": "editorTextFocus && gitlens:isTracked"
},
{
"command": "gitlens.diffWithWorking",

Loading…
取消
儲存