Update keybindings.json
This commit is contained in:
parent
d41da6bbc5
commit
4e1a00b6e1
|
@ -150,7 +150,7 @@
|
||||||
"when": "editorTextFocus"
|
"when": "editorTextFocus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+t",
|
"key": "ctrl+shift+c",
|
||||||
"command": "workbench.action.terminal.toggleTerminal"
|
"command": "workbench.action.terminal.toggleTerminal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -188,4 +188,8 @@
|
||||||
"command": "editor.action.previousMatchFindAction",
|
"command": "editor.action.previousMatchFindAction",
|
||||||
"when": "editorFocus"
|
"when": "editorFocus"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+t",
|
||||||
|
"command": "workbench.action.showAllSymbols"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue