Variable: avy-all-windows-alt
avy-all-windows-alt is a customizable variable defined in avy.el.
Value
nil
Documentation
The alternative avy-all-windows for use with C-u (universal-argument).
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-all-windows-alt nil
"The alternative `avy-all-windows' for use with \\[universal-argument]."
:type '(choice
(const :tag "Current window" nil)
(const :tag "All windows on the current frame" t)
(const :tag "All windows on all frames" all-frames)))