Variable: evil-scroll-count

evil-scroll-count is a buffer-local variable defined in evil-vars.el.

Documentation

Hold last used prefix for evil-scroll-up and evil-scroll-down. Determine how many lines should be scrolled. Default value is 0 - scroll half the screen.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-scroll-count 0
  "Hold last used prefix for `evil-scroll-up'
and `evil-scroll-down'.
Determine how many lines should be scrolled.
Default value is 0 - scroll half the screen.")