We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bba626 commit b54b537Copy full SHA for b54b537
lisp/magit-mode.el
@@ -363,7 +363,7 @@ recommended value."
363
(define-key map "h" 'magit-dispatch)
364
(define-key map "?" 'magit-dispatch)
365
(define-key map "i" 'magit-gitignore)
366
- (define-key map "I" 'magit-gitignore)
+ (define-key map "I" 'magit-init)
367
(define-key map "j" 'magit-status-quick)
368
(define-key map "J" 'magit-display-repository-buffer)
369
(define-key map "k" 'magit-delete-thing)
0 commit comments