mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1675 from RBckmnn/org-mode-keybindings
Add org-mode keybindings
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user