Fix project-vc-dir remap

Remove magit-pull and magit-push binds
This commit is contained in:
Evie Litherland-Smith 2024-08-03 08:48:16 +01:00
parent 14d296cd53
commit a9a6af26a8

View file

@ -1001,9 +1001,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
("C-c g d" . magit-dispatch)
("C-c g f" . magit-file-dispatch)
("C-c g b" . magit-blame-addition)
("C-c g p" . magit-pull)
("C-c g P" . magit-push)
("<remap> <project-vc-dir" . magit-project-status)
("<remap> <project-vc-dir>" . magit-project-status)
:map project-prefix-map
("m" . magit-project-status))
:custom