From 42f2a7e546763b18b3993048997ae220e412ad9d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 23 Jul 2014 22:13:39 -0400 Subject: Add magit-find-file-other-window to ctl-x-4-map --- lisp/init-git.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/init-git.el b/lisp/init-git.el index 85525f6..b44a1bc 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -74,4 +74,6 @@ Useful for non-source code repos (e.g., Org mode note files)." (magit-define-popup-action 'magit-branch-popup ?s "Backup current branch" 'km/magit-backup-branch)) +(define-key ctl-x-4-map "g" 'magit-find-file-other-window) + (provide 'init-git) -- cgit v1.2.3