Variable: vertico-scroll-margin

vertico-scroll-margin is a customizable variable defined in vertico.el.

Value

2

Documentation

Number of lines at the top and bottom when scrolling.

The value should lie between 0 and vertico-count/2.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defcustom vertico-scroll-margin 2
  "Number of lines at the top and bottom when scrolling.
The value should lie between 0 and vertico-count/2."
  :type 'natnum)