mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user