blob: 1b51bedae474cd43ceadd9b830305b28c93f3c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* thread
Evil bindings for =thread-list-mode=, the built-in =M-x list-threads= buffer.
** Key bindings
Inherits the standard =tabulated-list-mode= bindings (=S=, ={=, =}=, =gh=,
=gl=, =q=). evil-collection only rebinds the thread-specific actions.
| Command | Original | Evil |
|---------------------------------+----------+------|
| =thread-list-pop-to-backtrace= | =b= | =B= |
| =thread-list-send-quit-signal= | =s q= | =Q= |
| =thread-list-send-error-signal= | =s e= | =E= |
|