Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-13 10:42:50 +08:00 committed by GitHub
parent 01aad29f63
commit ae3d515a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -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"
},
]