Closes #4. Added some bindings for commit-mode.

This commit is contained in:
Phil Jackson 2010-05-18 10:34:57 +01:00
parent 9240447417
commit 420c976f85

View file

@ -1447,6 +1447,9 @@ FUNC should leave point at the end of the modified region"
(defvar magit-commit-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "a") 'magit-apply-item)
(define-key map (kbd "A") 'magit-cherry-pick-item)
(define-key map (kbd "v") 'magit-revert-item)
map))
(defvar magit-status-mode-map