From 7c77ad995a11981be33a5c38d32ace957a536aab Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 May 2018 16:36:42 +0100 Subject: [PATCH] Make reopen actually work --- modules/config/files/vscode-keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/config/files/vscode-keybindings.json b/modules/config/files/vscode-keybindings.json index 6b69971..b288590 100644 --- a/modules/config/files/vscode-keybindings.json +++ b/modules/config/files/vscode-keybindings.json @@ -14,5 +14,10 @@ { "key": "ctrl+pageup", "command": "-workbench.action.previousEditor" + }, + { + "key": "ctrl+shift+t", + "command": "-DocFX.showTokenTreeToSide", + "when": "editorTextFocus" } ]