Function: evil-open-folds

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

Signature

(evil-open-folds)

Documentation

Open all folds.

See also evil-close-folds.

Key Bindings

Source Code

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