From d8ed2a25d7a3815041f5ed99c92c09132d480e4e Mon Sep 17 00:00:00 2001 From: Juan Placencia Date: Tue, 15 Jun 2021 20:47:58 -0500 Subject: [PATCH] Add dashboard refresh bind --- uno/modules/ui/dashboard.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uno/modules/ui/dashboard.org b/uno/modules/ui/dashboard.org index c99fcc1..0391374 100644 --- a/uno/modules/ui/dashboard.org +++ b/uno/modules/ui/dashboard.org @@ -33,6 +33,9 @@ Define UI dashboard package. "banner.txt"))) (initial-buffer-choice 'uno/ui/dashboard/get-buffer) :general + (uno-define + :keymaps 'dashboard-mode-map + "R" 'dashboard-refresh-buffer) (uno-leader-define "bh" '(dashboard-refresh-buffer :which-key "Dashboard")) :init