summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-07-23 22:13:39 -0400
committerKyle Meyer <kyle@kyleam.com>2014-07-23 22:13:39 -0400
commit42f2a7e546763b18b3993048997ae220e412ad9d (patch)
tree83af016fc8a86ddf062567bcce0cb68d2a067f00 /lisp
parentc749357fd15a76f1ee5e53be0c1ae8e34ca03659 (diff)
downloademacs.d-42f2a7e546763b18b3993048997ae220e412ad9d.tar.gz
Add magit-find-file-other-window to ctl-x-4-map
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el2
1 files changed, 2 insertions, 0 deletions
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)