lang/org: add new toggle keybinds to localleader
Also sorts existing keybinds.
This commit is contained in:
parent
8ec44959c5
commit
c4a9de5361
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue