forge: restore defaults bindings for magit-branch

This commit is contained in:
Frédéric Giquel 2022-02-15 23:48:33 +01:00 committed by James
parent 1959625fca
commit d5403bb112
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ To suppress this message you can set this variable to nil in your init.el file."
(transient-append-suffix 'magit-pull "n"
'("N" "forge notifications" forge-pull-notifications))
(transient-append-suffix 'magit-branch "w"
'("n" "pull-request" forge-checkout-pullreq))
'("f" "pull-request" forge-checkout-pullreq))
(transient-append-suffix 'magit-branch "W"
'("N" "from pull-request" forge-branch-pullreq))
'("F" "from pull-request" forge-branch-pullreq))
(transient-append-suffix 'magit-worktree "c"
'("n" "pull-request worktree" forge-checkout-worktree))
(transient-append-suffix 'magit-status-jump "w"