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
|
||||
|
||||
:localleader
|
||||
"'" #'org-edit-special
|
||||
"," #'org-switchb
|
||||
"." #'org-goto
|
||||
(:when (featurep! :completion ivy)
|
||||
|
@ -245,14 +246,16 @@ between the two."
|
|||
"/" #'helm-org-agenda-files-headings)
|
||||
"d" #'org-deadline
|
||||
"f" #'org-footnote-new
|
||||
"t" #'org-todo
|
||||
"T" #'org-todo-list
|
||||
"h" #'org-toggle-heading
|
||||
"i" #'org-toggle-item
|
||||
"I" #'org-toggle-inline-images
|
||||
"l" #'org-insert-link
|
||||
"L" #'org-store-link
|
||||
"q" #'org-set-tags
|
||||
"r" #'org-refile
|
||||
"s" #'org-schedule
|
||||
"'" #'org-edit-special
|
||||
"t" #'org-todo
|
||||
"T" #'org-todo-list
|
||||
(:prefix ("c" . "clock")
|
||||
"c" #'org-clock-in
|
||||
"C" #'org-clock-out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue