From 122649d79a77252206933ed3dbe7f2bed84973b6 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 16 Nov 2020 15:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings=5Fmac.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings_mac.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index fcdddbb..6caa95a 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -319,7 +319,12 @@ { "key": "cmd+f", "command": "workbench.action.terminal.focusFind", - "when": "terminalFocus || terminalFindFocused" + "when": "terminalFocus && !terminalFindFocused" + }, + { + "key": "cmd+f", + "command": "workbench.action.terminal.findNext", + "when": "terminalFindFocused" }, { "key": "cmd+shift+]",