diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2019-06-17 03:42:31 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2019-06-17 03:42:31 (GMT) |
| commit | 96617c07f7540d9e5d75d9d699a487fdf52e5617 (patch) | |
| tree | 1172a7a1cf694c58ac5e99d4c5905a95739b2400 /lisp | |
| parent | 43a54da6ad49bf61a34bc165dcba0093daeab06a (diff) | |
| download | dotemacs-96617c07f7540d9e5d75d9d699a487fdf52e5617.zip dotemacs-96617c07f7540d9e5d75d9d699a487fdf52e5617.tar.gz dotemacs-96617c07f7540d9e5d75d9d699a487fdf52e5617.tar.bz2 | |
File dispatching is a common way to enter magit
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-vc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el index e911979..29b0875 100644 --- a/lisp/ravi-init-vc.el +++ b/lisp/ravi-init-vc.el @@ -26,7 +26,8 @@ ;; Git (use-package magit - :bind (("<M-f3>" . magit-status)) + :bind (("<M-f3>" . magit-status) + ("C-c M-g" . magit-file-dispatch)) :config (progn (setq-default |
