From 300eb3c93ce19440e778532f1c42f4c96f7593a5 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Mon, 3 Jun 2019 14:56:03 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 9cf5d3d..af2caa6 100644 --- a/keybindings.json +++ b/keybindings.json @@ -173,4 +173,8 @@ "command": "editor.unfoldAll", "when": "editorTextFocus" }, + { + "key": "ctrl+oem_3", + "command": "workbench.action.terminal.toggleTerminal" + }, ]