lang/org: add helm support to goto localleader keybinds
This commit is contained in:
parent
bfdd09b5c2
commit
77b0784075
1 changed files with 3 additions and 0 deletions
|
@ -668,6 +668,9 @@ between the two."
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
"g" #'counsel-org-goto
|
"g" #'counsel-org-goto
|
||||||
"G" #'counsel-org-goto-all)
|
"G" #'counsel-org-goto-all)
|
||||||
|
(:when (featurep! :completion helm)
|
||||||
|
"g" #'helm-org-in-buffer-headings
|
||||||
|
"G" #'helm-org-agenda-files-headings)
|
||||||
"c" #'org-clock-goto
|
"c" #'org-clock-goto
|
||||||
"C" (λ! (org-clock-goto 'select))
|
"C" (λ! (org-clock-goto 'select))
|
||||||
"i" #'org-id-goto
|
"i" #'org-id-goto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue