Add org-mode keybindings
Add bindings for adding attachments and setting properties in org-mode.
This commit is contained in:
parent
0c7e6261e8
commit
504a590ad6
1 changed files with 2 additions and 0 deletions
|
@ -519,6 +519,7 @@ between the two."
|
||||||
(:when (featurep! :completion helm)
|
(:when (featurep! :completion helm)
|
||||||
"." #'helm-org-in-buffer-headings
|
"." #'helm-org-in-buffer-headings
|
||||||
"/" #'helm-org-agenda-files-headings)
|
"/" #'helm-org-agenda-files-headings)
|
||||||
|
"a" #'org-attach
|
||||||
"d" #'org-deadline
|
"d" #'org-deadline
|
||||||
"f" #'org-footnote-new
|
"f" #'org-footnote-new
|
||||||
"h" #'org-toggle-heading
|
"h" #'org-toggle-heading
|
||||||
|
@ -526,6 +527,7 @@ between the two."
|
||||||
"I" #'org-toggle-inline-images
|
"I" #'org-toggle-inline-images
|
||||||
"l" #'org-insert-link
|
"l" #'org-insert-link
|
||||||
"L" #'org-store-link
|
"L" #'org-store-link
|
||||||
|
"p" #'org-set-property
|
||||||
"q" #'org-set-tags-command
|
"q" #'org-set-tags-command
|
||||||
"r" #'org-refile
|
"r" #'org-refile
|
||||||
"s" #'org-schedule
|
"s" #'org-schedule
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue