summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 2376092..e68ab8a 100644
--- a/init.el
+++ b/init.el
@@ -1111,8 +1111,6 @@
(define-key magit-log-select-mode-map "."
#'km/magit-log-select-guess-fixup-commit)
- (define-key magit-status-mode-map "jr" #'magit-jump-to-remote-counts)
-
(define-key magit-refs-mode-map (kbd "C-c C-t") #'km/magit-refs-toggle-tags)
(define-key magit-file-section-map [remap magit-visit-thing]
@@ -1150,6 +1148,9 @@
magit-status-sections-hook))
(list #'km/magit-insert-remote-counts)))
+ (transient-append-suffix 'magit-status-jump "s"
+ '("r" "Remote counts" magit-jump-to-remote-counts))
+
(transient-append-suffix 'magit-commit "c"
'("u" "Auto commit" km/magit-update-or-auto-commit))