From 67d1dc7a1f69628e689ac2da810edb6f926854cf Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Mon, 3 Jun 2019 15:05:40 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/keybindings.json b/keybindings.json index af2caa6..b23bb0e 100644 --- a/keybindings.json +++ b/keybindings.json @@ -177,4 +177,16 @@ "key": "ctrl+oem_3", "command": "workbench.action.terminal.toggleTerminal" }, + { + "key": "ctrl+n", + "command": "workbench.action.terminal.findNextTerminalFocus", + "when": "terminalFocus" + }, + { + "key": "ctrl+p", + "command": "workbench.action.terminal.findPreviousTerminalFocus", + "when": "terminalFocus" + }, + + ]