From 04a6574f16ad44348196ebc5a0235fe4b696bb58 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 12 Apr 2017 17:03:18 -0400 Subject: [PATCH] Stops certain keybindings from being too context sensative --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7b7b2fd..2b8ee1b 100644 --- a/package.json +++ b/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",