Add org-mode keybindings

Add bindings for adding attachments and setting properties
in org-mode.
This commit is contained in:
Ralf Beckmann 2019-08-15 02:37:30 +02:00
parent 0c7e6261e8
commit 504a590ad6

View file

@ -519,6 +519,7 @@ between the two."
(:when (featurep! :completion helm)
"." #'helm-org-in-buffer-headings
"/" #'helm-org-agenda-files-headings)
"a" #'org-attach
"d" #'org-deadline
"f" #'org-footnote-new
"h" #'org-toggle-heading
@ -526,6 +527,7 @@ between the two."
"I" #'org-toggle-inline-images
"l" #'org-insert-link
"L" #'org-store-link
"p" #'org-set-property
"q" #'org-set-tags-command
"r" #'org-refile
"s" #'org-schedule