From 9c974a7fb07d0ce4896680e63def29ad2e7b9c4f Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 20 Aug 2019 19:48:36 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/keybindings.json b/keybindings.json index 001dfe2..28193f1 100644 --- a/keybindings.json +++ b/keybindings.json @@ -155,7 +155,7 @@ "when": "terminalFocus" }, { - "key": "ctrl+p", + "key": "ctrl+shift+n", "command": "workbench.action.terminal.findPreviousTerminalFocus", "when": "terminalFocus" }, @@ -291,4 +291,24 @@ "command": "toggleSearchWholeWord", "when": "searchViewletFocus && searchViewletVisible" }, + { + "key": "ctrl+f", + "command": "workbench.action.terminal.focusFindWidget", + "when": "terminalFocus" + }, + { + "key": "ctrl+f", + "command": "workbench.action.terminal.focusFindWidget", + "when": "terminalFindWidgetFocused" + }, + { + "key": "ctrl+n", + "command": "workbench.action.terminal.findNextTerminalFocus", + "when": "terminalFindWidgetFocused" + }, + { + "key": "ctrl+shift+n", + "command": "workbench.action.terminal.findPreviousTerminalFocus", + "when": "terminalFindWidgetFocused" + }, ]