home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f76a7974173a0400654fa4d57a8ebdb9a68482c
parent a2f5e532986511e8e1c105130f7a4e34be74fb61
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  7 May 2020 15:16:54 +0200

config-vcs.el: bind magit-{branch,push}

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-vcs.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-vcs.el b/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