From d1cca257226a92322a99e3a1b68a4eeaa26b503d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 14 Feb 2017 19:48:14 -0500 Subject: Change magit-push-current-to-pushremote key --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index d28b320..0044a94 100644 --- a/init.el +++ b/init.el @@ -1117,6 +1117,8 @@ ?h "Push HEAD" #'km/magit-push-head) (magit-change-popup-key 'magit-push-popup :action ?u ?U) + (magit-change-popup-key 'magit-push-popup :action + ?p ?P) (magit-define-popup-action 'magit-log-popup ?d "Log dwim" #'km/magit-log-dwim) -- cgit v1.2.3