blob: fe6eb2270c74fbc555ad0d0c0c168d1014e25777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
* elisp-refs
Evil bindings for [[https://github.com/Wilfred/elisp-refs][elisp-refs]].
** Key bindings
| Command | Original | Evil |
|--------------------------+--------------+----------------------|
| =elisp-refs-next-match= | =n=, =TAB= | =TAB=, =C-j=, =gj= |
| =elisp-refs-prev-match= | =p=, =S-TAB= | =S-TAB=, =C-k=, =gk= |
| =elisp-refs-visit-match= | =RET= | =RET= |
| =kill-current-buffer= | n/a | =q= |
|