diff --git a/keybindings.json b/keybindings.json index 6400cd1..bda2ae2 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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" + }, ]