branch: elpa/gnosis
commit a8c9fafbdf2f6c8607170445e0ba6f408bfe270a
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    dashboard: Return back dashboard home after quiting search.
    
    + Previous implementation would quit buffer and window.
---
 gnosis.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnosis.el b/gnosis.el
index 52731e237f..486f23d537 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2464,6 +2464,7 @@ DATE: Integer, used with `gnosis-algorithm-date' to get 
previous dates."
 
 (defvar-keymap gnosis-dashboard-notes-mode-map
   :doc "Keymap for notes dashboard."
+  "q" #'gnosis-dashboard
   "e" #'gnosis-dashboard-edit-note
   "s" #'gnosis-dashboard-suspend-note
   "SPC" #'gnosis-dashboard-search-note
@@ -2592,6 +2593,7 @@ DATE: Integer, used with `gnosis-algorithm-date' to get 
previous dates."
 (defvar-keymap gnosis-dashboard-tags-mode-map
   "RET" #'gnosis-dashboard-tag-view-notes
   "e" #'gnosis-dashboard-rename-tag
+  "q" #'gnosis-dashboard
   "s" #'gnosis-dashboard-suspend-tag
   "r" #'gnosis-dashboard-rename-tag
   "d" #'gnosis-dashboard-delete-tag
@@ -2631,6 +2633,7 @@ DATE: Integer, used with `gnosis-algorithm-date' to get 
previous dates."
 (defvar-keymap gnosis-dashboard-decks-mode-map
   "e" #'gnosis-dashboard-rename-deck
   "r" #'gnosis-dashboard-rename-deck
+  "q" #'gnosis-dashboard
   "a" #'gnosis-dashboard-decks-add
   "s" #'gnosis-dashboard-decks-suspend-deck
   "d" #'gnosis-dashboard-decks-delete

Reply via email to