docs(emacs/org): add org-mode keybinds for conlanging.el
All checks were successful
deploy / build (push) Successful in 5m40s

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 12:15:55 +02:00
parent bdbe74c5e7
commit 420bd45c34
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -832,28 +832,32 @@ can schedule a todo header for some dates, or set a deadline.
Lets now define some keybinds for inserting stuff in our org buffer: Lets now define some keybinds for inserting stuff in our org buffer:
#+name: org-keybinds-insert #+name: org-keybinds-insert
| Key chord | Function | Description | | Key chord | Function | Description | Package |
|-----------+-------------------------------+-------------| |-----------+---------------------------------------------------+-------------+------------|
| i | nil | insert | | i | nil | insert | |
| ib | org-insert-structure-template | | | ib | org-insert-structure-template | | |
| id | org-insert-drawer | | | ic | | conlanging | |
| ie | nil | emphasis | | ica | conlanging-eittlandic-insert-adjective-declension | adjective | conlanging |
| ieb | org-emphasize-bold | | | icn | conlanging-eittlandic-insert-noun-declensions | noun | conlanging |
| iec | org-emphasize-code | | | icv | conlanging-eittlandic-insert-verb-declension | verb | conlanging |
| iei | org-emphasize-italic | | | id | org-insert-drawer | | |
| ies | org-emphasize-strike-through | | | ie | nil | emphasis | |
| ieu | org-emphasize-underline | | | ieb | org-emphasize-bold | | |
| iev | org-emphasize-verbatim | | | iec | org-emphasize-code | | |
| iE | org-set-effort | | | iei | org-emphasize-italic | | |
| if | org-footnote-new | | | ies | org-emphasize-strike-through | | |
| ih | org-insert-heading | | | ieu | org-emphasize-underline | | |
| iH | counsel-org-link | | | iev | org-emphasize-verbatim | | |
| ii | org-insert-item | | | iE | org-set-effort | | |
| il | org-insert-link | | | if | org-footnote-new | | |
| in | org-add-note | | | ih | org-insert-heading | | |
| ip | org-set-property | | | iH | counsel-org-link | | |
| is | org-insert-subheading | | | ii | org-insert-item | | |
| it | org-set-tags-command | | | il | org-insert-link | | |
| in | org-add-note | | |
| ip | org-set-property | | |
| is | org-insert-subheading | | |
| it | org-set-tags-command | | |
There isnt a lot of stuff I can jump to yet, but theres still some: There isnt a lot of stuff I can jump to yet, but theres still some:
#+name: org-keybinds-jump #+name: org-keybinds-jump