cdfh
Results
2
comments of
cdfh
This was causing me pain as well. I fixed by preventing `dap-tooltip-mode` from running with: ``` (custom-set-variables ... '(dap-auto-configure-features '(sessions locals breakpoints expressions controls))) ```
Ah, that's handy to know, thanks for sharing. Another fix might be to set `track-mouse` to `nil` upon a key press and reset it to `t` upon a chord's completion....