lang/org: add new toggle keybinds to localleader

Also sorts existing keybinds.
This commit is contained in:
Henrik Lissner 2019-05-12 01:46:29 -04:00
parent 8ec44959c5
commit c4a9de5361
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -235,6 +235,7 @@ between the two."
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line [remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
:localleader :localleader
"'" #'org-edit-special
"," #'org-switchb "," #'org-switchb
"." #'org-goto "." #'org-goto
(:when (featurep! :completion ivy) (:when (featurep! :completion ivy)
@ -245,14 +246,16 @@ between the two."
"/" #'helm-org-agenda-files-headings) "/" #'helm-org-agenda-files-headings)
"d" #'org-deadline "d" #'org-deadline
"f" #'org-footnote-new "f" #'org-footnote-new
"t" #'org-todo "h" #'org-toggle-heading
"T" #'org-todo-list "i" #'org-toggle-item
"I" #'org-toggle-inline-images
"l" #'org-insert-link "l" #'org-insert-link
"L" #'org-store-link "L" #'org-store-link
"q" #'org-set-tags "q" #'org-set-tags
"r" #'org-refile "r" #'org-refile
"s" #'org-schedule "s" #'org-schedule
"'" #'org-edit-special "t" #'org-todo
"T" #'org-todo-list
(:prefix ("c" . "clock") (:prefix ("c" . "clock")
"c" #'org-clock-in "c" #'org-clock-in
"C" #'org-clock-out "C" #'org-clock-out