Skip to content

Commit b54b537

Browse files
committed
magit-mode-map: Bind magit-init to "I" like in magit-dispatch
1 parent 5bba626 commit b54b537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/magit-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ recommended value."
363363
(define-key map "h" 'magit-dispatch)
364364
(define-key map "?" 'magit-dispatch)
365365
(define-key map "i" 'magit-gitignore)
366-
(define-key map "I" 'magit-gitignore)
366+
(define-key map "I" 'magit-init)
367367
(define-key map "j" 'magit-status-quick)
368368
(define-key map "J" 'magit-display-repository-buffer)
369369
(define-key map "k" 'magit-delete-thing)

0 commit comments

Comments
 (0)