Commit 41b1fe3b0d86
Changed files (1)
tools
emacs
config
tools/emacs/config/config-vcs.el
@@ -65,7 +65,8 @@
: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 d" . magit-dispatch)
+ ("C-c v f" . magit-dispatch-file)
("C-c v g" . magit-blame)
("C-c v l" . magit-log-buffer-file)
("C-c v p" . magit-pull)