Variable: windmove-mode
windmove-mode is a customizable variable defined in windmove.el.gz.
Value
t
Documentation
Non-nil if Windmove mode is enabled.
See the windmove-mode(var)/windmove-mode(fun) command
for a description of this minor mode.
Probably introduced at or before Emacs version 28.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;;###autoload
(define-minor-mode windmove-mode
"Global minor mode for default windmove commands."
:keymap windmove-mode-map
:init-value t
:global t)