summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 297be89..dc83f79 100644
--- a/init.el
+++ b/init.el
@@ -929,6 +929,11 @@
(define-key km/magit-wip-map "w" #'km/magit-commit-wip-with-file)
+ (after 'git-rebase
+ (bind-keys :map git-rebase-mode-map
+ ("d" . km/git-rebase-fixup-duplicates)
+ ("j" . km/git-rebase-join-repeats)))
+
(magit-define-popup-action 'magit-commit-popup
?u "Auto commit" #'km/magit-auto-commit)