From: Mark Wooding Date: Fri, 23 Mar 2018 10:29:21 +0000 (+0000) Subject: dot/emacs: Add some more Magit bindings. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/62811c5f5ba0263a5f06134b8cc8e8c95138f7e3 dot/emacs: Add some more Magit bindings. `M-x magit-find-file' is awesome. --- diff --git a/dot/emacs b/dot/emacs index 86489e8..2170f2f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -650,6 +650,8 @@ (global-set-key [?\C-c ?m ?m] 'magit-status) (global-set-key [?\C-c ?m ?b] 'magit-blame) (global-set-key [?\C-c ?m ?d] 'magit-dispatch-popup) + (global-set-key [?\C-c ?m ?f] 'magit-find-file) + (global-set-key [?\C-c ?m ?4 ?f] 'magit-find-file-other-window) (global-set-key [?\C-c ?m ?r] 'magit-list-repositories) (global-set-key [?\C-c ?m ?w] 'magit-wip-log) (global-set-key [?\C-c ?p ?p] 'mdw-mpc-play-or-pause)