Add binding for magit-dispatch
This commit is contained in:
parent
d36e10b545
commit
f0c56d13b8
@ -1502,14 +1502,11 @@ Magit is objectively the best Git interface.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(jdormit/define-prefix "g" "git")
|
||||
(leader-def-key "gs" #'magit-status)
|
||||
(leader-def-key "gg" #'magit-file-dispatch)
|
||||
(leader-def-key "gf" #'magit-find-file)
|
||||
#+END_SRC
|
||||
|
||||
Use ido-mode for completion within Magit:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; (setq magit-completing-read-function 'magit-ido-completing-read)
|
||||
(leader-def-key
|
||||
"gs" #'magit-status
|
||||
"gg" #'magit-file-dispatch
|
||||
"gd" #'magit-dispatch
|
||||
"gf" #'magit-find-file)
|
||||
#+END_SRC
|
||||
|
||||
** Forge
|
||||
|
Loading…
Reference in New Issue
Block a user