From d15a37ca228e301610a59cb28a569b5eba8529f8 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Wed, 26 Jun 2019 14:48:31 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/keybindings.json b/keybindings.json index b23bb0e..48d2a05 100644 --- a/keybindings.json +++ b/keybindings.json @@ -174,7 +174,7 @@ "when": "editorTextFocus" }, { - "key": "ctrl+oem_3", + "key": "ctrl+`", "command": "workbench.action.terminal.toggleTerminal" }, { @@ -187,6 +187,20 @@ "command": "workbench.action.terminal.findPreviousTerminalFocus", "when": "terminalFocus" }, - - + { + "key": "ctrl+shift+t", + "command": "workbench.action.terminal.newInActiveWorkspace" + }, + { + "key": "ctrl+shift+w", + "command": "workbench.action.terminal.kill" + }, + { + "key": "ctrl+shift+]", + "command": "workbench.action.terminal.focusNext" + }, + { + "key": "ctrl+shift+[", + "command": "workbench.action.terminal.focusPrevious" + }, ]