Allow diffing with the mark in the status buffer.

* magit.el (magit-mode-map): Bind magit-diff-with-mark to '='.
This commit is contained in:
Marius Vollmer 2008-08-14 01:50:50 +03:00
parent 62b5fd8fc1
commit 4b2dd0f262

View file

@ -236,6 +236,7 @@
(define-key map (kbd "i") 'magit-ignore-thing-at-point)
(define-key map (kbd "?") 'magit-describe-thing-at-point)
(define-key map (kbd ".") 'magit-mark-thing-at-point)
(define-key map (kbd "=") 'magit-diff-with-mark)
(define-key map (kbd "x") 'magit-reset-soft)
(define-key map (kbd "X") 'magit-reset-hard)
(define-key map (kbd "RET") 'magit-visit-thing-at-point)