Update keybindings.json
This commit is contained in:
parent
68eabbc35a
commit
de8c951305
|
@ -160,12 +160,14 @@
|
||||||
"when": "terminalFocus"
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+shift+t",
|
"key": "cmd+t",
|
||||||
"command": "workbench.action.terminal.newInActiveWorkspace"
|
"command": "workbench.action.terminal.newInActiveWorkspace",
|
||||||
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+shift+w",
|
"key": "cmd+w",
|
||||||
"command": "workbench.action.terminal.kill"
|
"command": "workbench.action.terminal.kill",
|
||||||
|
"when": "terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+shift+]",
|
"key": "cmd+shift+]",
|
||||||
|
@ -227,7 +229,7 @@
|
||||||
{
|
{
|
||||||
"key": "cmd+t",
|
"key": "cmd+t",
|
||||||
"command": "workbench.action.debug.stop",
|
"command": "workbench.action.debug.stop",
|
||||||
"when": "inDebugMode"
|
"when": "inDebugMode && !terminalFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+r",
|
"key": "cmd+r",
|
||||||
|
@ -244,4 +246,9 @@
|
||||||
"command": "editor.debug.action.toggleBreakpoint",
|
"command": "editor.debug.action.toggleBreakpoint",
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "shift+cmd+t",
|
||||||
|
"command": "workbench.action.debug.restart",
|
||||||
|
"when": "inDebugMode"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue