Variable: embark-symbol-map

embark-symbol-map is a variable defined in embark.el.

Value

Large value
$      ispell-word
'      expand-abbrev
-      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
A      embark-act-all
B      embark-become
C-SPC  mark
C-r    embark-isearch-backward
C-s    embark-isearch-forward
DEL    delete-region
E      embark-export
H      embark-toggle-highlight
L      embark-live
RET    embark-find-definition
RET    xref-find-definitions
S      embark-collect
SPC    embark-select
\      embark-history-remove
a      apropos
a      xref-find-apropos
d      embark-find-definition
d      xref-find-definitions
e      pp-eval-expression
h      describe-symbol
h      display-local-help
i      embark-insert
n      embark-next-symbol
o      occur
p      embark-previous-symbol
q      embark-toggle-quit
r      xref-find-references
s      embark-info-lookup-symbol
s      info-lookup-symbol
w      embark-copy-as-kill

Documentation

Keymap for Embark symbol actions.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-symbol-map
  :doc "Keymap for Embark symbol actions."
  :parent embark-identifier-map
  "RET" #'embark-find-definition
  "h" #'describe-symbol
  "s" #'embark-info-lookup-symbol
  "d" #'embark-find-definition
  "e" #'pp-eval-expression
  "a" #'apropos
  "\\" #'embark-history-remove)