[Emacs] Add new shortcuts for org-mode, and dired-jump
This commit is contained in:
parent
bc7787d0ef
commit
f7de2e83e9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user