diff --git a/keybindings.json b/keybindings.json index 69b6352..e0d0405 100644 --- a/keybindings.json +++ b/keybindings.json @@ -150,7 +150,7 @@ "when": "editorTextFocus" }, { - "key": "ctrl+shift+d", + "key": "ctrl+e", "command": "workbench.action.terminal.toggleTerminal" }, { @@ -232,4 +232,14 @@ "key": "ctrl+0", "command": "workbench.action.lastEditorInGroup" }, + { + "key": "ctrl+r", + "command": "workbench.action.debug.start", + "when": "!inDebugMode" + }, + { + "key": "ctrl+q", + "command": "workbench.action.debug.stop", + "when": "inDebugMode" + }, ]