mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
`W` was used to emulate `C-w C-w`, which is useful to quickly change windows most of the time. But this currently conflicts with edebug evil-collection bindings. (gives `Key sequence W W starts with non-prefix key W`). Better to leave the key alone, avoid error messages altogether, and let users redefine the binding if they want to.