Jump to an org heading with o h
This commit is contained in:
parent
cb96dae588
commit
1c0fa7072e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#+date: 2020-09-18
|
#+date: 2020-09-18
|
||||||
#+tags: emacs org
|
#+tags: emacs org
|
||||||
#+startup: inlineimages
|
#+startup: inlineimages
|
||||||
#+lastmod: [2024-04-29 Mon]
|
#+lastmod: [2024-05-22 Wed]
|
||||||
|
|
||||||
A literate programming file for configuring org-mode and those files.
|
A literate programming file for configuring org-mode and those files.
|
||||||
|
|
||||||
|
@ -603,6 +603,7 @@ Global keybindings available to all file buffers:
|
||||||
"o C" '("clock out" . org-clock-out))
|
"o C" '("clock out" . org-clock-out))
|
||||||
|
|
||||||
(ha-leader :keymaps 'org-mode-map
|
(ha-leader :keymaps 'org-mode-map
|
||||||
|
"o h" '("go headings" . consult-org-heading)
|
||||||
"o e" '("exports" . org-export-dispatch)
|
"o e" '("exports" . org-export-dispatch)
|
||||||
"o L" '("insert link" . org-insert-link)
|
"o L" '("insert link" . org-insert-link)
|
||||||
"o P" '("set property" . org-set-property)
|
"o P" '("set property" . org-set-property)
|
||||||
|
|
Loading…
Reference in a new issue