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