From 1e16493f7f40c9bc5b9bd750849419153699f603 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 20 Mar 2016 22:26:10 -0400 Subject: Change magit-push-current-to-upstream key --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index ee398a5..770c872 100644 --- a/init.el +++ b/init.el @@ -989,6 +989,8 @@ ?a "Push all" #'km/magit-push-all) (magit-define-popup-action 'magit-push-popup ?h "Push HEAD" #'km/magit-push-head) + (magit-change-popup-key 'magit-push-popup :action + ?u ?U) (magit-define-popup-action 'magit-merge-popup ?u "Merge upstream" #'km/magit-ff-merge-upstream) -- cgit v1.2.3