Function: magit-submodule-list-mode
magit-submodule-list-mode is a byte-compiled function defined in
magit-submodule.el.
Signature
(magit-submodule-list-mode)
Documentation
Major mode for browsing a list of Git submodules.
In addition to any hooks its parent mode magit-repolist-mode might
have run, this mode runs the hook magit-submodule-list-mode-hook, as
the final or penultimate step during initialization.
- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
5 magit-repolist-find-file-other-frame
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
< beginning-of-buffer
<follow-link> mouse-face
<keymap> C-M-i backward-button
<keymap> TAB forward-button
<mouse-2> mouse-select-window
> end-of-buffer
? describe-mode
C-x C-j magit-dired-jump
DEL scroll-down-command
M-<left> tabulated-list-previous-column
M-<right> tabulated-list-next-column
N forge-dispatch
RET magit-repolist-status
S tabulated-list-sort
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
f magit-repolist-fetch
g revert-buffer
h describe-mode
m magit-repolist-mark
n next-line
p previous-line
q quit-window
u magit-repolist-unmark
{ tabulated-list-narrow-current-column
} tabulated-list-widen-current-column
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-submodule.el
(define-derived-mode magit-submodule-list-mode magit-repolist-mode "Modules"
"Major mode for browsing a list of Git submodules."
:interactive nil
:group 'magit-repolist
(setq-local tabulated-list-revert-hook
(list #'magit-submodule-list-refresh t)))