blob: 5cbc4963bda0a843b6db435a3a2ec32d4797597b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
* simple
Evil bindings for =special-mode-map=, the base keymap shared by many
read-only Emacs buffers.
** Key bindings
Applies =evil-collection-set-readonly-bindings= to =special-mode-map=
(standard motion / quit bindings for read-only buffers), then layers:
| Command | Original | Evil |
|-----------------+----------+------|
| =revert-buffer= | =g= | =gr= |
The following upstream single-letter bindings are unset so they do not
shadow evil normal-state keys:
| Key | Was upstream |
|-----+------------------|
| =g= | =revert-buffer= |
| =h= | =describe-mode= |
| =?= | =describe-mode= |
| =0= | =digit-argument= |
|