summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index dc83f79..ae16428 100644
--- a/init.el
+++ b/init.el
@@ -932,7 +932,8 @@
(after 'git-rebase
(bind-keys :map git-rebase-mode-map
("d" . km/git-rebase-fixup-duplicates)
- ("j" . km/git-rebase-join-repeats)))
+ ("j" . km/git-rebase-join-repeats)
+ ("m" . km/git-rebase-move-commit)))
(magit-define-popup-action 'magit-commit-popup
?u "Auto commit" #'km/magit-auto-commit)