[magit] fix magit-rebase binding

This commit is contained in:
contrapunctus 2021-03-09 02:17:05 +05:30
parent 2a4ee6ec71
commit 60b60f73a7
1 changed files with 2 additions and 0 deletions

View File

@ -1951,8 +1951,10 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
("r" . magit-section-forward)
("c" . magit-section-backward)
("C" . magit-commit)
("R" . magit-rebase)
:map magit-diff-section-base-map
("C" . magit-commit)
("R" . magit-rebase)
:map magit-status-mode-map
;; ([mouse-3] . 'magit-section-toggle)
([down-mouse-3] . 'mouse-set-point)