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:
parent
205067137b
commit
3dd1c79f63
1 changed files with 2 additions and 0 deletions
|
@ -457,6 +457,8 @@ Global keybindings available to all file buffers:
|
||||||
Bindings specific to org files:
|
Bindings specific to org files:
|
||||||
#+NAME: org-keybindings
|
#+NAME: org-keybindings
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
|
(evil-define-key '(normal motion operator visual) org-mode-map "gu" #'org-up-element)
|
||||||
|
|
||||||
(ha-org-leader
|
(ha-org-leader
|
||||||
"e" '("exports" . org-export-dispatch)
|
"e" '("exports" . org-export-dispatch)
|
||||||
"I" '("insert id" . org-id-get-create)
|
"I" '("insert id" . org-id-get-create)
|
||||||
|
|
Loading…
Reference in a new issue