Function: evil-open-fold-rec

evil-open-fold-rec is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-open-fold-rec)

Documentation

Open fold at point recursively.

See also evil-open-fold and evil-close-fold.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-open-fold-rec ()
  "Open fold at point recursively.
See also `evil-open-fold' and `evil-close-fold'."
  (evil-fold-action evil-fold-list :open-rec))