Update keybindings.json
This commit is contained in:
parent
01aad29f63
commit
ae3d515a13
|
@ -150,7 +150,7 @@
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+d",
|
"key": "ctrl+e",
|
||||||
"command": "workbench.action.terminal.toggleTerminal"
|
"command": "workbench.action.terminal.toggleTerminal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -232,4 +232,14 @@
|
||||||
"key": "ctrl+0",
|
"key": "ctrl+0",
|
||||||
"command": "workbench.action.lastEditorInGroup"
|
"command": "workbench.action.lastEditorInGroup"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+r",
|
||||||
|
"command": "workbench.action.debug.start",
|
||||||
|
"when": "!inDebugMode"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+q",
|
||||||
|
"command": "workbench.action.debug.stop",
|
||||||
|
"when": "inDebugMode"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue