Function: evil-open-fold

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

Signature

(evil-open-fold)

Documentation

Open fold at point.

See also evil-close-fold.

Key Bindings

Source Code

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