Variable: image-dired-minor-mode
image-dired-minor-mode is a buffer-local variable defined in
image-dired.el.gz.
Documentation
Non-nil if Image-Dired minor mode is enabled.
Use the command image-dired-minor-mode(var)/image-dired-minor-mode(fun) to change this variable.
Probably introduced at or before Emacs version 26.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
;;;###autoload
(define-minor-mode image-dired-minor-mode
"Setup easy-to-use keybindings for the commands to be used in Dired mode.
Note that n, p and <down> and <up> will be hijacked and bound to
`image-dired-dired-x-line'."
:keymap image-dired-minor-mode-map)