Update keybindings.json
This commit is contained in:
parent
a7ad302c33
commit
d41da6bbc5
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue