adding a couple new magit bindings

This commit is contained in:
Matt Nish-Lapidus 2023-03-08 10:51:43 -05:00
parent f0219dfea1
commit ea2a09f50b

View file

@ -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