Closed shadowrylander closed 3 years ago
Sorry for the late response. If you still want to know:
(general-def 'normal "<backtab>" #'jr/evil-close-fold)
(general-def 'insert org-mode-map "<tab>" #'your-chosen-fold-command)
No problem, and thanks for the help! I've switched away from primarily using evil, but if I come back, I'll use this bit!
Hello!
I have two small questions:
backtab
withgeneral.el
? At the moment, to override the key, I'm using the following:TAB
inevil-insert-state-map
? I'd like it to always fold and unfold the current or parent header, and switch the indentation functionality to another keybinding.Thank you kindly for the help!