Update keybindings.json
This commit is contained in:
parent
a7ad302c33
commit
d41da6bbc5
|
@ -13,10 +13,6 @@
|
|||
"command": "editor.action.revealDefinition",
|
||||
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+t",
|
||||
"command": "workbench.action.showAllSymbols"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+w",
|
||||
"command": "workbench.action.closeWindow",
|
||||
|
@ -154,7 +150,7 @@
|
|||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+c",
|
||||
"key": "ctrl+t",
|
||||
"command": "workbench.action.terminal.toggleTerminal"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue