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:
Henrik Lissner 2018-05-31 12:17:47 +02:00
parent 183ccbb8f1
commit 3a16b70022
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 32 additions and 1 deletions

View file

@ -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