Variable: embark-collect-mode-map
embark-collect-mode-map is a variable defined in embark.el.
Value
Large value
embark-rerun-collect-or-export
- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
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
A embark-act-all
DEL scroll-down-command
E embark-export
M-<left> tabulated-list-previous-column
M-<right> tabulated-list-next-column
M-a embark-collect-direct-action-minor-mode(var)/embark-collect-direct-action-minor-mode(fun)
M-{ outline-previous-heading
M-} outline-next-heading
S tabulated-list-sort
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
a embark-act
g revert-buffer
h describe-mode
n forward-button
n next-line
p backward-button
p previous-line
q quit-window
s isearch-forward(var)/isearch-forward(fun)
{ outline-previous-heading
{ tabulated-list-narrow-current-column
} outline-next-heading
} tabulated-list-widen-current-column
Documentation
Keymap for Embark collect mode.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-collect-mode-map
:doc "Keymap for Embark collect mode."
:parent tabulated-list-mode-map
"a" #'embark-act
"A" #'embark-act-all
"M-a" #'embark-collect-direct-action-minor-mode
"E" #'embark-export
"s" #'isearch-forward
"n" #'forward-button
"p" #'backward-button
"}" 'outline-next-heading
"{" 'outline-previous-heading
"<remap> <forward-paragraph>" 'outline-next-heading
"<remap> <backward-paragraph>" 'outline-previous-heading
"<remap> <revert-buffer>" #'embark-rerun-collect-or-export)