summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
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)