Learn more about g key, and added gu

This goes with `g k` to go up a sibling outline element.
This commit is contained in:
Howard Abrams 2022-04-27 22:26:07 -07:00
parent 205067137b
commit 3dd1c79f63

View file

@ -457,6 +457,8 @@ Global keybindings available to all file buffers:
Bindings specific to org files:
#+NAME: org-keybindings
#+BEGIN_SRC emacs-lisp :tangle no
(evil-define-key '(normal motion operator visual) org-mode-map "gu" #'org-up-element)
(ha-org-leader
"e" '("exports" . org-export-dispatch)
"I" '("insert id" . org-id-get-create)