blob: 39a990c83c8a34292d02d226bc9b43106246fcea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* view
Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/View-Mode.html][View mode]].
** Key bindings
| Command | Original | Evil |
|-----------------------------+----------+---------|
| =View-quit= | =q= | =q= |
| =View-scroll-page-forward= | =SPC= | =SPC= |
| =View-scroll-page-backward= | =S-SPC= | =S-SPC= |
| =revert-buffer= | =g= | =gr= |
View mode starts in evil normal state.
|