From 38f1c3d5ed3910e50d132bab7bb4fc2b43e987a5 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 28 Jan 2020 17:45:21 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index ebe2360..f5b3fdc 100644 --- a/keybindings.json +++ b/keybindings.json @@ -384,4 +384,8 @@ "key": "ctrl+m", "command": "workbench.action.toggleActivityBarVisibility" }, + { + "key": "shift+cmd+w", + "command": "workbench.action.quickSwitchWindow" + } ]