aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/macrostep/README.org
blob: 0a0f5435a4a6daf1705599c39d81aca8a3934719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* 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= |