summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
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)