magit: Add binding for magit-file-dispatch

This commit is contained in:
Jonas Bernoulli
2019-02-17 00:49:25 +01:00
parent ce2057d285
commit 0019a0b5b9

View File

@@ -138,6 +138,7 @@
:config
(define-key magit-mode-map "f" 'magit-pull-and-fetch-popup)
(define-key magit-mode-map "F" nil)
(define-key magit-file-mode-map (kbd "C-c g") 'magit-file-dispatch)
;;
;; Disable safety nets
(setq magit-commit-squash-confirm nil)