blob: 8d41b3d6d47b856768adee7fc8edae8f82984873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
* helpful
Evil bindings for [[https://github.com/Wilfred/helpful][helpful]].
Standard motion / quit bindings come from =evil-collection-set-readonly-bindings=
and are not repeated below.
** Key bindings
*** helpful-mode-map (normal state)
| Command | Original | Evil |
|---------------------------+-------------+-------------|
| =forward-button= | =TAB=, =n= | =<tab>= |
| =backward-button= | =<backtab>= | =<backtab>= |
| =helpful-visit-reference= | =RET= | =RET= |
| =push-button= | n/a | =go=, =gO= |
| =describe-mode= | n/a | =g?= |
| =helpful-update= | =g= | =gr= |
|