From 3a293b49f4ce345d0723297cb9bacb8aa85c72d2 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 20 May 2021 10:17:02 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keybindings_mac.json b/keybindings_mac.json index 6caa95a..bbe5f93 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -419,4 +419,9 @@ "command": "workbench.action.newWindow", "when": "!inDebugMode && !terminalFocus" }, + { + "key": "escape", + "command": "-extension.vim_escape", + "when": "editorTextFocus && vim.active && !inDebugRepl" + }, ] \ No newline at end of file