From 5d723b1de3a5f163da509204d782c2c924544b57 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 5 Nov 2022 12:40:15 +0100 Subject: [PATCH] Add dev docs keybind --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 5269f89..bb9f6c9 100644 --- a/keybindings.json +++ b/keybindings.json @@ -195,6 +195,10 @@ "key": "ctrl+,", "command": "workbench.action.toggleMaximizedPanel" }, + { + "key": "ctrl+shift+oem_8", + "command": "docsView.documentation.focus" + }, // Spacecode { "key": "ctrl+space",