diff --git a/package.json b/package.json index b8bfded..69caa13 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,13 @@ "key": "ctrl+shift+t", "command": "workbench.action.showAllSymbols" }, + { + "mac": "cmd+f3", + "win": "ctrl+f3", + "linux": "ctrl+f3", + "key": "ctrl+f3", + "command": "outline.focus" + }, { "mac": "cmd+l", "win": "ctrl+l",