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 = A          diff-ediff-patch
C-c = C-x u      diff-undo
C-c = K          diff-file-kill
C-c = N          diff-file-next
C-c = P          diff-file-prev
C-c = R          diff-reverse-direction
C-c = RET        diff-goto-source
C-c = TAB        diff-hunk-next
C-c = W          widen
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 = r          diff-restrict-view
C-c = u          diff-revert-and-kill-hunk
C-c = w          diff-kill-ring-save
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)