Add SPC g b
and SPC g c b
for branching
SPC g b = magit-branch-checkout SPC g c b = magit-branch-and-checkout
This commit is contained in:
parent
e313fef7b0
commit
9c74d9d669
1 changed files with 2 additions and 0 deletions
|
@ -653,6 +653,7 @@
|
||||||
(:when (featurep! :tools magit)
|
(:when (featurep! :tools magit)
|
||||||
:desc "Magit dispatch" "/" #'magit-dispatch
|
:desc "Magit dispatch" "/" #'magit-dispatch
|
||||||
:desc "Forge dispatch" "'" #'forge-dispatch
|
:desc "Forge dispatch" "'" #'forge-dispatch
|
||||||
|
:desc "Magit switch branch" "b" #'magit-branch-checkout
|
||||||
:desc "Magit status" "g" #'magit-status
|
:desc "Magit status" "g" #'magit-status
|
||||||
:desc "Magit file delete" "x" #'magit-file-delete
|
:desc "Magit file delete" "x" #'magit-file-delete
|
||||||
:desc "Magit blame" "B" #'magit-blame-addition
|
:desc "Magit blame" "B" #'magit-blame-addition
|
||||||
|
@ -687,6 +688,7 @@
|
||||||
:desc "Initialize repo" "r" #'magit-init
|
:desc "Initialize repo" "r" #'magit-init
|
||||||
:desc "Clone repo" "R" #'+magit/clone
|
:desc "Clone repo" "R" #'+magit/clone
|
||||||
:desc "Commit" "c" #'magit-commit-create
|
:desc "Commit" "c" #'magit-commit-create
|
||||||
|
:desc "Branch" "b" #'magit-branch-and-checkout
|
||||||
:desc "Issue" "i" #'forge-create-issue
|
:desc "Issue" "i" #'forge-create-issue
|
||||||
:desc "Pull request" "p" #'forge-create-pullreq)))
|
:desc "Pull request" "p" #'forge-create-pullreq)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue