From ea2a09f50b3d227440d9bb9e6ff29dce9cc27229 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 8 Mar 2023 10:51:43 -0500 Subject: [PATCH] adding a couple new magit bindings --- bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings.el b/bindings.el index 595c700..ba5827c 100644 --- a/bindings.el +++ b/bindings.el @@ -242,6 +242,8 @@ :desc "Magit buffer log" "L" #'magit-log-buffer-file :desc "Git stage file" "S" #'magit-stage-file :desc "Git unstage file" "U" #'magit-unstage-file + :desc "Git push current" "P" #'magit-push-implicitly + :desc "Git push with options" "p" #'magit-push (:prefix ("f" . "find") :desc "Find file" "f" #'magit-find-file :desc "Find gitconfig file" "g" #'magit-find-git-config-file