Update keybindings.json

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

View File

@ -150,7 +150,7 @@
"when": "editorTextFocus"
},
{
"key": "ctrl+t",
"key": "ctrl+shift+c",
"command": "workbench.action.terminal.toggleTerminal"
},
{
@ -188,4 +188,8 @@
"command": "editor.action.previousMatchFindAction",
"when": "editorFocus"
},
{
"key": "ctrl+t",
"command": "workbench.action.showAllSymbols"
},
]