Add +magit/clone command & bind to SPC g C #633
magithub-clone doesn't support full urls, magit-clone doesn't support user/repo notation. +magit/clone supports both.
This commit is contained in:
parent
183ccbb8f1
commit
3a16b70022
2 changed files with 32 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
(:desc "git" :prefix "g"
|
||||
:desc "Magit blame" :n "b" #'magit-blame
|
||||
:desc "Magit commit" :n "c" #'magit-commit
|
||||
:desc "Magit clone" :n "C" #'magit-clone
|
||||
:desc "Magit clone" :n "C" #'+magit/clone
|
||||
:desc "Magit dispatch" :n "d" #'magit-dispatch-popup
|
||||
:desc "Magit find-file" :n "f" #'magit-find-file
|
||||
:desc "Magit status" :n "g" #'magit-status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue