emacs-which-key
emacs-which-key copied to clipboard
Suport replacing commands with regex characters such as "+"
Right now kbd+select for example cannot be replaced because + is used as a separator. Emacs doesn't treat the character as special, so I think it's reasonable for which-key not to either.
I'm talking about the define-key integration here mostly.
(regexp-quote) should do the trick. I'll see what I can do about a PR today.
A PR would be welcome, but if you provide an example, I can look into it too