From 2fee84386965a22d4b752a950a15a9a6feb4f3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E9=B8=BF?= Date: Mon, 18 May 2020 16:48:41 +0800 Subject: [PATCH] fix find foces in terminal --- keybindings_mac.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index 2dd6eb5..778a15a 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -152,12 +152,12 @@ { "key": "cmd+n", "command": "workbench.action.terminal.findNext", - "when": "terminalFocus || terminalFindWidgetFocused" + "when": "terminalFindFocused || terminalFocus" }, { "key": "cmd+shift+n", "command": "workbench.action.terminal.findPrevious", - "when": "terminalFocus || terminalFindWidgetFocused" + "when": "terminalFindFocused || terminalFocus" }, { "key": "cmd+t", @@ -270,7 +270,7 @@ { "key": "cmd+shift+c", "command": "workbench.action.terminal.toggleFindCaseSensitive", - "when": "terminalFocus || terminalFindWidgetFocused" + "when": "terminalFocus || terminalFindFocused" }, { "key": "cmd+shift+c", @@ -285,7 +285,7 @@ { "key": "cmd+shift+d", "command": "workbench.action.terminal.toggleFindWholeWord", - "when": "terminalFocus || terminalFindWidgetFocused" + "when": "terminalFocus || terminalFindFocused" }, { "key": "cmd+shift+d", @@ -300,7 +300,7 @@ { "key": "cmd+f", "command": "workbench.action.terminal.focusFind", - "when": "terminalFocus || terminalFindWidgetFocused" + "when": "terminalFocus || terminalFindFocused" }, { "key": "cmd+shift+]",