mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-17 02:51:47 -05:00
Stops certain keybindings from being too context sensative
This commit is contained in:
@@ -766,7 +766,7 @@
|
|||||||
"command": "gitlens.toggleBlame",
|
"command": "gitlens.toggleBlame",
|
||||||
"key": "alt+b",
|
"key": "alt+b",
|
||||||
"mac": "alt+b",
|
"mac": "alt+b",
|
||||||
"when": "editorTextFocus && gitlens:isBlameable"
|
"when": "editorTextFocus && gitlens:isTracked"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "gitlens.toggleCodeLens",
|
"command": "gitlens.toggleCodeLens",
|
||||||
@@ -820,7 +820,7 @@
|
|||||||
"command": "gitlens.diffLineWithPrevious",
|
"command": "gitlens.diffLineWithPrevious",
|
||||||
"key": "shift+alt+,",
|
"key": "shift+alt+,",
|
||||||
"mac": "shift+alt+,",
|
"mac": "shift+alt+,",
|
||||||
"when": "editorTextFocus && gitlens:isBlameable"
|
"when": "editorTextFocus && gitlens:isTracked"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "gitlens.diffWithPrevious",
|
"command": "gitlens.diffWithPrevious",
|
||||||
@@ -832,7 +832,7 @@
|
|||||||
"command": "gitlens.diffLineWithWorking",
|
"command": "gitlens.diffLineWithWorking",
|
||||||
"key": "alt+w",
|
"key": "alt+w",
|
||||||
"mac": "alt+w",
|
"mac": "alt+w",
|
||||||
"when": "editorTextFocus && gitlens:isBlameable"
|
"when": "editorTextFocus && gitlens:isTracked"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "gitlens.diffWithWorking",
|
"command": "gitlens.diffWithWorking",
|
||||||
|
|||||||
Reference in New Issue
Block a user