diff --git a/.emacs.vanilla/init.el b/.emacs.vanilla/init.el index 038e977..b900eb3 100644 --- a/.emacs.vanilla/init.el +++ b/.emacs.vanilla/init.el @@ -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)