[Emacs] Add new shortcuts for org-mode, and dired-jump

This commit is contained in:
Lucien Cartier-Tilet 2021-04-26 16:49:56 +02:00
parent bc7787d0ef
commit f7de2e83e9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 12 additions and 0 deletions

View File

@ -880,6 +880,9 @@ the user can match one and open it."
"hdk" #'helpful-key
"hdv" #'helpful-variable
"j" "jump"
"jd" #'dired-jump
"t" "toggles"
"tt" #'counsel-load-theme
@ -912,6 +915,15 @@ the user can match one and open it."
"b" "babel"
"bt" #'org-babel-tangle
"i" "insert"
"ib" #'org-insert-structure-template
"if" #'org-footnote-new
"ih" #'org-insert-heading
"il" #'org-insert-link
"ip" #'org-set-property
"it" #'org-set-tags-command
"is" #'org-insert-subheading
"," #'org-ctrl-c-ctrl-c
"'" #'org-edit-special)