Variable: embark-region-map
embark-region-map is a variable defined in embark.el.
Value
Large value
$ ispell-region
' expand-region-abbrevs
* calc-grab-region
+ append-to-file
- 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
: calc-grab-sum-down
; comment-or-uncomment-region
< embark-eval-replace
<left> indent-rigidly
<right> indent-rigidly
= count-words-region
> - unmorse-region
> . morse-region
> 1 embark-hash-sha1
> 2 embark-hash-sha256
> 3 embark-hash-sha384
> 4 embark-hash-sha224
> 5 embark-hash-sha512
> B base64-decode-region
> C embark-epa-decrypt-region
> F format-decode-region
> N denato-region
> U embark-decode-url
> b base64-encode-region
> c epa-encrypt-region
> f format-encode-region
> m embark-hash-md5
> n nato-region
> o - negative-argument
> o 0 digit-argument
> o 1 digit-argument
> o 2 digit-argument
> o 3 digit-argument
> o 4 digit-argument
> o 5 digit-argument
> o 6 digit-argument
> o 7 digit-argument
> o 8 digit-argument
> o 9 digit-argument
> o A embark-act-all
> o B embark-become
> o C-SPC mark
> o C-r embark-isearch-backward
> o C-s embark-isearch-forward
> o DEL delete-region
> o E embark-export
> o L embark-live
> o S embark-collect
> o SPC embark-select
> o a org-ascii-convert-region-to-ascii
> o h org-html-convert-region-to-html
> o i embark-insert
> o l org-latex-convert-region-to-latex
> o m org-md-convert-region-to-md
> o q embark-toggle-quit
> o w embark-copy-as-kill
> r rot13-region
> s studlify-region
> u embark-encode-url
A align-regexp
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
F whitespace-cleanup-region
L embark-live
M embark-org-copy-as-markdown
R repunctuate-sentences
S embark-collect
SPC embark-select
TAB indent-region
W write-region
_ calc-grab-sum-across
a align
b browse-url-of-region
c capitalize-region
d delete-duplicate-lines
e eval-region
f fill-region
h shr-render-region
i embark-insert
l downcase-region
m apply-macro-to-region-lines
n narrow-to-region
o org-table-convert-region
p fill-region-as-paragraph
q embark-toggle-quit
r reverse-region
s P sort-pages
s c sort-columns
s f sort-fields
s l sort-lines
s n sort-numeric-fields
s p sort-paragraphs
s r sort-regexp-fields
t transpose-regions
u upcase-region
v vc-region-history
w embark-copy-as-kill
| shell-command-on-region
Documentation
Keymap for Embark actions on the active region.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-region-map
:doc "Keymap for Embark actions on the active region."
:parent embark-general-map
"u" #'upcase-region
"l" #'downcase-region
"c" #'capitalize-region
"|" #'shell-command-on-region
"e" #'eval-region
"<" #'embark-eval-replace
"a" #'align
"A" #'align-regexp
"<left>" #'indent-rigidly
"<right>" #'indent-rigidly
"TAB" #'indent-region
"f" #'fill-region
"p" #'fill-region-as-paragraph
"$" #'ispell-region
"=" #'count-words-region
"F" #'whitespace-cleanup-region
"t" #'transpose-regions
"o" #'org-table-convert-region
";" #'comment-or-uncomment-region
"W" #'write-region
"+" #'append-to-file
"m" #'apply-macro-to-region-lines
"n" #'narrow-to-region
"*" #'calc-grab-region
":" #'calc-grab-sum-down
"_" #'calc-grab-sum-across
"r" #'reverse-region
"d" #'delete-duplicate-lines
"b" #'browse-url-of-region
"h" #'shr-render-region
"'" #'expand-region-abbrevs
"v" #'vc-region-history
"R" #'repunctuate-sentences
"s" 'embark-sort-map
">" 'embark-encode-map)