From 7ea386328c7fb1eb1eaf9a29855cb1f89727f52b Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 27 Mar 2024 12:12:57 +0100 Subject: [PATCH] Added keybinding to refresh dashboard --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 3f36e079..1be9fa47 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,11 @@ "key": "alt+d" }, { + "command": "workbench.action.webview.reloadWebviewAction", + "key": "ctrl+r", + "mac": "cmd+r", + "when": "activeWebviewPanelId == frontMatterDashboard" + }, { "command": "frontMatter.insertMedia", "key": "ctrl+shift+i", "mac": "cmd+shift+i",