From 5e4e1d7a79dc2890f24630acdbe1a5ac25c455a9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 Dec 2019 05:11:18 -0500 Subject: [PATCH] Move SPC n {n,N} to SPC n {f,F}; add SPC n o - For consistency with out find-file commands in other prefixes - 'SPC n n' -> 'SPC n f' - 'SPC n N' -> 'SPC n F' - New keybinds - 'SPC n n' = +default/org-notes-headlings (search headings in org-agenda-files) - 'SPC n o' = org-clock-goto --- modules/config/default/+evil-bindings.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 31ea50ce7..8d3dfb855 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -458,11 +458,12 @@ :desc "Org agenda" "a" #'org-agenda :desc "Org capture" "c" #'org-capture :desc "Open deft" "d" #'deft - :desc "Search org agenda headlines" "h" #'+default/org-notes-headlines + :desc "Find file in notes" "f" #'+default/find-in-notes + :desc "Browse notes" "F" #'+default/browse-notes :desc "Org store link" "l" #'org-store-link + :desc "Search org agenda headlines" "n" #'+default/org-notes-headlines :desc "Tags search" "m" #'org-tags-view - :desc "Find file in notes" "n" #'+default/find-in-notes - :desc "Browse notes" "N" #'+default/browse-notes + :desc "Active org-clock" "o" #'org-clock-goto :desc "Todo list" "t" #'org-todo-list :desc "Search notes" "s" #'+default/org-notes-search :desc "View search" "v" #'org-search-view