Variable: diff-minor-mode-map

diff-minor-mode-map is a variable defined in diff-mode.el.gz.

Value

C-c = <backtab>  diff-hunk-prev
C-c = <mouse-2>  diff-goto-source
C-c = C-x u      undo-ignore-read-only
C-c = K          diff-file-kill
C-c = N          diff-file-next
C-c = P          diff-file-prev
C-c = RET        diff-goto-source
C-c = TAB        diff-hunk-next
C-c = k          diff-hunk-kill
C-c = n          diff-hunk-next
C-c = o          diff-goto-source
C-c = p          diff-hunk-prev
C-c = {          diff-file-prev
C-c = }          diff-file-next

Documentation

Keymap for diff-minor-mode(var)/diff-minor-mode(fun). See also diff-mode-shared-map.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(defvar-keymap diff-minor-mode-map
  :doc "Keymap for `diff-minor-mode'.  See also `diff-mode-shared-map'."
  (key-description diff-minor-mode-prefix) diff-mode-shared-map)