From 48e9eea44f191bfa1c759639e1e47db2511febf5 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 28 Oct 2020 20:37:47 +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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/keybindings_mac.json b/keybindings_mac.json index 6d8d085..508ebc2 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -144,6 +144,14 @@ "key": "cmd+]", "command": "workbench.action.navigateForward" }, + { + "key": "cmd+[BracketLeft]", + "command": "workbench.action.navigateBack" + }, + { + "key": "cmd+[BracketRight]", + "command": "workbench.action.navigateForward" + }, { "key": "cmd+e", "command": "workbench.action.togglePanel", @@ -368,10 +376,10 @@ "key": "cmd+shift+u", "command": "workbench.view.scm" }, - // { - // "key": "cmd+.", - // "command": "workbench.action.toggleStatusbarVisibility" - // }, + { + "key": "cmd+.", + "command": "workbench.action.toggleStatusbarVisibility" + }, { "key": "cmd+m", "command": "workbench.action.toggleActivityBarVisibility"