Variable: windmove-mode-map
windmove-mode-map is a variable defined in windmove.el.gz.
Value
Documentation
Map used by windmove-install-defaults.
Source Code
;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;; set up keybindings
;; Idea for this function is from iswitchb.el, by Stephen Eglen
;; (stephen@cns.ed.ac.uk).
;; I don't think these bindings will work on non-X terminals; you
;; probably want to use different bindings in that case.
(defvar windmove-mode-map (make-sparse-keymap)
"Map used by `windmove-install-defaults'.")