I explain what I dislike about which-key and what I think people should use instead.
The case against which-key: a polemic
https://www.matem.unam.mx/~omar/apropos-emacs.html#the-case-against-which-key-a-polemic
https://www.matem.unam.mx/~omar/apropos-emacs.html#the-case-against-which-key-a-polemic
I explain what I dislike about which-key and what I think people should use instead.
2 Comments
monnier@lemmy.ca · 1 pts · 1y
[ The problem I have which which-key is that it applies only after a prefix. ]
Mutating a keymap with
setc[ad]ris evil! Since you bind that map to a prefix, why not use(menu-item "dummy" KEYMAP :filter FUNCTION)instead?[ The problem with this trick is that it can be used only after a prefix. 🙃 ]
oantolin@discuss.online · 2 pts · 1y
There are commands
which-key-show-major-modeandwhich-key-show-top-level, which you could use. On the embark side, there isembark-bindingswhich by default gives you bindings from the major mode and minor modes, but withC-uwill give you global bindings.Agreed.
Only because I didn't think of it!