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" + }, + + ]