Преглед на файлове

Adds shortcut keys for diff commands

main
Eric Amodio преди 7 години
родител
ревизия
8111190d84
променени са 1 файла, в които са добавени 27 реда и са изтрити 3 реда
  1. +27
    -3
      package.json

+ 27
- 3
package.json Целия файл

@ -434,6 +434,12 @@
"when": "editorTextFocus"
},
{
"command": "gitlens.toggleCodeLens",
"key": "alt+shift+b",
"mac": "alt+shift+b",
"when": "editorTextFocus"
},
{
"command": "gitlens.showQuickFileHistory",
"key": "alt+h",
"mac": "alt+h",
@ -445,9 +451,27 @@
"mac": "shift+alt+h"
},
{
"command": "gitlens.toggleCodeLens",
"key": "alt+shift+b",
"mac": "alt+shift+b",
"command": "gitlens.diffLineWithPrevious",
"key": "alt+p",
"mac": "alt+p",
"when": "editorTextFocus"
},
{
"command": "gitlens.diffWithPrevious",
"key": "shift+alt+p",
"mac": "shift+alt+p",
"when": "editorTextFocus"
},
{
"command": "gitlens.diffLineWithWorking",
"key": "alt+w",
"mac": "alt+w",
"when": "editorTextFocus"
},
{
"command": "gitlens.diffWithWorking",
"key": "shift+alt+w",
"mac": "shift+alt+w",
"when": "editorTextFocus"
}
]

Зареждане…
Отказ
Запис