blob: 7899945b857989e8849335c19969b7f8d6c60c5f (
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
27
28
29
|
* dape
Evil bindings for [[https://github.com/svaante/dape][dape]] (Debug Adapter
Protocol for Emacs).
The =dape-info-*= mode maps are marked as overriding so dape's single-letter
commands still win in normal state.
** dape-info-watch-mode-map
| Command | Original | Evil |
|-----------------------------+----------+------|
| =dape-info-watch-edit-mode= | n/a | =i= |
Underlying upstream keys (=e=, =m=, ===, =W=, =b= for scope ops) remain
reachable through the overriding map.
** dape-info-watch-edit-mode-map
| Command | Original | Evil |
|---------------------------------+-----------+------------------------|
| =dape-info-watch-finish-edit= | =C-c C-c= | =ZZ=, =<escape>=, =:w= |
| =dape-info-watch-abort-changes= | =C-c C-k= | =ZQ= |
** dape-memory-mode-map
| Command | Original | Evil |
|---------------+-----------+------------|
| =save-buffer= | =C-x C-s= | =ZZ=, =:w= |
|