From 4e1a00b6e11ef6b70430efba483bcb6912158b74 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Wed, 24 Jul 2019 11:06:54 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + }, ]