From b3143906635e98f31aedd01819f618f071794b20 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 11 Nov 2020 15:09:42 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index 508ebc2..6ef3a98 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -43,7 +43,13 @@ }, { "key": "cmd+f", - "command": "actions.find" + "command": "actions.find", + "when": "!findInputFocussed" + }, + { + "key": "cmd+f", + "command": "editor.action.nextMatchFindAction", + "when": "findInputFocussed" }, { "key": "cmd+n",