Variable: smart-scroll-proportional

smart-scroll-proportional is a customizable variable defined in hsettings.el.

Value

t

Documentation

Non-nil means Smart Key scroll behavior is relative to current line.

Smart Keys will scroll relative to current line when pressed at the end of a line. Action Key moves current line to top of the window. Assist Key moves current line to bottom of the window. Repeated presses then scroll up or down a windowful. Nil value ignores current line and always scrolls up or down a windowful.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsettings.el
(defcustom smart-scroll-proportional t
  "Non-nil means Smart Key scroll behavior is relative to current line.
Smart Keys will scroll relative to current line when pressed at
the end of a line.  Action Key moves current line to top of the
window.  Assist Key moves current line to bottom of the window.
Repeated presses then scroll up or down a windowful.  Nil value
ignores current line and always scrolls up or down a windowful."
  :type 'boolean
  :group 'hyperbole-keys)