Variable: magit-repolist-mode-map

magit-repolist-mode-map is a variable defined in magit-repos.el.

Value

Large value
-               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

Documentation

Local keymap for Magit-Repolist mode buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
;;;; Mode

(defvar-keymap magit-repolist-mode-map
  :doc "Local keymap for Magit-Repolist mode buffers."
  :parent tabulated-list-mode-map
  "C-m" #'magit-repolist-status
  "m"   #'magit-repolist-mark
  "u"   #'magit-repolist-unmark
  "f"   #'magit-repolist-fetch
  "5"   #'magit-repolist-find-file-other-frame
  "<remap> <dired-jump>" #'magit-dired-jump)