Update keybindings.json

This commit is contained in:
lianghongkey 2019-07-24 09:53:10 +08:00 committed by GitHub
parent a7ad302c33
commit d41da6bbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -13,10 +13,6 @@
"command": "editor.action.revealDefinition", "command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
}, },
{
"key": "ctrl+t",
"command": "workbench.action.showAllSymbols"
},
{ {
"key": "ctrl+w", "key": "ctrl+w",
"command": "workbench.action.closeWindow", "command": "workbench.action.closeWindow",
@ -154,7 +150,7 @@
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{ {
"key": "ctrl+shift+c", "key": "ctrl+t",
"command": "workbench.action.terminal.toggleTerminal" "command": "workbench.action.terminal.toggleTerminal"
}, },
{ {