From 58682cb7e3470ccf1a1926fa09f141f9731fcd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E9=B8=BF?= Date: Mon, 18 May 2020 16:30:26 +0800 Subject: [PATCH] change keybinding in mac to use max terminal instead of macros --- keybindings_mac.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index 58ae856..6836960 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -146,7 +146,7 @@ }, { "key": "cmd+e", - "command": "macros.terminal", + "command": "workbench.action.toggleMaximizedPanel", "when": "!activePanel" }, {