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

14 lines
570 B
Org Mode
Raw Normal View History

* macrostep
Evil bindings for [[https://github.com/emacsorphanage/macrostep][macrostep]], the interactive macro expander.
** Key bindings
| Command | Original | Evil |
|--------------------------+--------------+-------------|
| =macrostep-expand= | =e= | =e= |
| =macrostep-collapse= | =c= | =u= |
| =macrostep-collapse-all= | =C-c C-c= | =q= |
| =macrostep-next-macro= | =n=, =TAB= | =gj=, =C-j= |
| =macrostep-prev-macro= | =p=, =M-TAB= | =gk=, =C-k= |