diff --git a/keybindings_mac.json b/keybindings_mac.json index 1ad3c3b..6d8d085 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -392,6 +392,6 @@ { "key": "cmd+t", "command": "workbench.action.newWindow", - "when": "editorFocus && !inDebugMode && !terminalFocus" + "when": "!inDebugMode && !terminalFocus" }, ] \ No newline at end of file