dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/elisp-refs/README.org

13 lines
527 B
Org Mode
Raw Normal View History

* 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= |