From 9f093da7d183d7c568b7db90f2e5755cbb915b61 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 31 Jan 2016 02:06:18 -0500 Subject: git-rebase: Add two fixup commands --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') 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) -- cgit v1.2.3