aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/debug/README.org
blob: ea4dcfef303f0e0cd95bd82feb4520d9fd90114e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
* debug

  Evil bindings for the Elisp debugger (=debugger-mode=).

** Key bindings

   | Command                                              | Original | Evil      |
   |------------------------------------------------------+----------+-----------|
   | =debug-help-follow= / =backtrace-help-follow-symbol= | =RET=    | =RET=     |
   | =forward-button=                                     | =TAB=    | =TAB=     |
   | =backward-button=                                    | =S-TAB=  | =S-TAB=   |
   | =next-line=                                          | n/a      | =SPC=     |
   | =debugger-continue=                                  | =c=      | =c=       |
   | =debugger-step-through=                              | =d=      | =d=       |
   | =debugger-jump=                                      | =j=      | =J=       |
   | =debugger-eval-expression=                           | =e=      | =x=, =E=  |
   | =debugger-record-expression=                         | =R=      | =R=       |
   | =debugger-return-value=                              | =r=      | =r=       |
   | =debugger-frame=                                     | =b=      | =gb=      |
   | =debugger-frame-clear=                               | =u=      | =u=       |
   | =debugger-list-functions=                            | =l=      | =gl=      |
   | =debugger-toggle-locals= / =backtrace-toggle-locals= | =v=      | =L=, =p=  |
   | =backtrace-multi-line=                               | =+=      | =zo=      |
   | =backtrace-single-line=                              | =-=      | =zc=      |
   | =top-level=                                          | =q=      | =q=, =ZZ= |
   | =evil-quit=                                          | n/a      | =ZQ=      |