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" } ]