Move org deadline/schedule keys under SPC m d
This commit is contained in:
parent
a7b31eab21
commit
42fd3d0cb6
1 changed files with 5 additions and 2 deletions
|
@ -590,7 +590,6 @@ between the two."
|
||||||
"." #'helm-org-in-buffer-headings
|
"." #'helm-org-in-buffer-headings
|
||||||
"/" #'helm-org-agenda-files-headings)
|
"/" #'helm-org-agenda-files-headings)
|
||||||
"A" #'org-archive-subtree
|
"A" #'org-archive-subtree
|
||||||
"d" #'org-deadline
|
|
||||||
"e" #'org-export-dispatch
|
"e" #'org-export-dispatch
|
||||||
"f" #'org-footnote-new
|
"f" #'org-footnote-new
|
||||||
"h" #'org-toggle-heading
|
"h" #'org-toggle-heading
|
||||||
|
@ -600,7 +599,6 @@ between the two."
|
||||||
"o" #'org-set-property
|
"o" #'org-set-property
|
||||||
"p" #'org-priority
|
"p" #'org-priority
|
||||||
"q" #'org-set-tags-command
|
"q" #'org-set-tags-command
|
||||||
"s" #'org-schedule
|
|
||||||
"t" #'org-todo
|
"t" #'org-todo
|
||||||
"T" #'org-todo-list
|
"T" #'org-todo-list
|
||||||
(:prefix ("a" . "attachments")
|
(:prefix ("a" . "attachments")
|
||||||
|
@ -648,6 +646,11 @@ between the two."
|
||||||
"x" #'org-clock-cancel
|
"x" #'org-clock-cancel
|
||||||
"=" #'org-clock-timestamps-up
|
"=" #'org-clock-timestamps-up
|
||||||
"-" #'org-clock-timestamps-down)
|
"-" #'org-clock-timestamps-down)
|
||||||
|
(:prefix ("d" . "date/deadline")
|
||||||
|
"d" #'org-deadline
|
||||||
|
"s" #'org-schedule
|
||||||
|
"t" #'org-time-stamp
|
||||||
|
"T" #'org-time-stamp-inactive)
|
||||||
(:prefix ("g" . "goto")
|
(:prefix ("g" . "goto")
|
||||||
"g" #'org-goto
|
"g" #'org-goto
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue