Commit 4f76a7974173
Changed files (1)
tools
emacs
config
tools/emacs/config/config-vcs.el
@@ -76,10 +76,12 @@
:commands (magit-status magit-clone magit-pull magit-blame magit-log-buffer-file magit-log)
:bind (("C-c v c" . magit-clone)
("C-c v C" . magit-checkout)
+ ("C-c v b" . magit-branch)
("C-c v d" . magit-dispatch-popup)
("C-c v g" . magit-blame)
("C-c v l" . magit-log-buffer-file)
("C-c v p" . magit-pull)
+ ("C-c v P" . magit-push)
("C-c v v" . magit-status))
:config
(setq-default magit-save-repository-buffers 'dontask