docs(emacs/org): fix keybinding and add another
All checks were successful
deploy / build (push) Successful in 5m36s
All checks were successful
deploy / build (push) Successful in 5m36s
This commit is contained in:
parent
bbb77f27c8
commit
39d9900022
@ -832,32 +832,34 @@ can schedule a todo header for some dates, or set a deadline.
|
|||||||
|
|
||||||
Let’s now define some keybinds for inserting stuff in our org buffer:
|
Let’s now define some keybinds for inserting stuff in our org buffer:
|
||||||
#+name: org-keybinds-insert
|
#+name: org-keybinds-insert
|
||||||
| Key chord | Function | Description | Package |
|
| Key chord | Function | Description | Package |
|
||||||
|-----------+---------------------------------------------------+-------------+------------|
|
|-----------+---------------------------------------------------+---------------------+------------|
|
||||||
| i | nil | insert | |
|
| i | nil | insert | |
|
||||||
| ib | org-insert-structure-template | | |
|
| ib | org-insert-structure-template | | |
|
||||||
| ic | | conlanging | |
|
| ic | | conlanging | |
|
||||||
| ica | conlanging-eittlandic-insert-adjective-declension | adjective | conlanging |
|
| ica | conlanging-eittlandic-insert-adjective-declension | adjective | conlanging |
|
||||||
| icn | conlanging-eittlandic-insert-noun-declensions | noun | conlanging |
|
| icn | conlanging-eittlandic-insert-noun-declensions | noun | conlanging |
|
||||||
| icv | conlanging-eittlandic-insert-verb-declension | verb | conlanging |
|
| icv | conlanging-eittlandic-insert-verb-declension | verb | conlanging |
|
||||||
| id | org-insert-drawer | | |
|
| id | org-insert-drawer | | |
|
||||||
| ie | nil | emphasis | |
|
| ie | nil | emphasis | |
|
||||||
| ieb | org-emphasize-bold | | |
|
| ieb | org-emphasize-bold | | |
|
||||||
| iec | org-emphasize-code | | |
|
| iec | org-emphasize-code | | |
|
||||||
| iei | org-emphasize-italic | | |
|
| iei | org-emphasize-italic | | |
|
||||||
| ies | org-emphasize-strike-through | | |
|
| ies | org-emphasize-strike-through | | |
|
||||||
| ieu | org-emphasize-underline | | |
|
| ieu | org-emphasize-underline | | |
|
||||||
| iev | org-emphasize-verbatim | | |
|
| iev | org-emphasize-verbatim | | |
|
||||||
| iE | org-set-effort | | |
|
| iE | org-set-effort | | |
|
||||||
| if | org-footnote-new | | |
|
| if | org-footnote-new | | |
|
||||||
| ih | org-insert-heading | | |
|
| ih | org-insert-heading | | |
|
||||||
| iH | counsel-org-link | | |
|
| iH | counsel-org-link | | |
|
||||||
| ii | org-insert-item | | |
|
| ii | org-insert-item | | |
|
||||||
| il | org-insert-link | | |
|
| il | org-insert-link | | |
|
||||||
| in | org-add-note | | |
|
| in | org-add-note | | |
|
||||||
| ip | org-set-property | | |
|
| ip | org-set-property | | |
|
||||||
| is | org-insert-subheading | | |
|
| is | org-insert-subheading | | |
|
||||||
| it | org-set-tags-command | | |
|
| it | org-set-tags-command | | |
|
||||||
|
| iV | conlang-store-heading-vuepress | store Vuepress link | conlanging |
|
||||||
|
| iv | conlanging-insert-heading-vuepress | vuepress link | conlanging |
|
||||||
|
|
||||||
There isn’t a lot of stuff I can jump to yet, but there’s still some:
|
There isn’t a lot of stuff I can jump to yet, but there’s still some:
|
||||||
#+name: org-keybinds-jump
|
#+name: org-keybinds-jump
|
||||||
@ -1138,7 +1140,7 @@ management system based on org-mode.
|
|||||||
(phundrak/major-leader-key
|
(phundrak/major-leader-key
|
||||||
:keymaps 'org-mode-map
|
:keymaps 'org-mode-map
|
||||||
:pakages 'org-ref
|
:pakages 'org-ref
|
||||||
"ic" #'org-ref-insert-link
|
"iC" #'org-ref-insert-link
|
||||||
"iL" #'org-ref-insert-ref-link
|
"iL" #'org-ref-insert-ref-link
|
||||||
"ir" #'org-ref-insert-link-hydra/body
|
"ir" #'org-ref-insert-link-hydra/body
|
||||||
"iB" #'org-ref-bibtex-hydra/body))
|
"iB" #'org-ref-bibtex-hydra/body))
|
||||||
|
Loading…
Reference in New Issue
Block a user