which-key.nvim
which-key.nvim copied to clipboard
feature: custom callback to replace suggestion popup
It'd be great to override the default suggestion popup with a custom callback.
A user could register a function that calls require'telescope.builtin'.registers() which pops up after pressing "
Why don't you just disable registers in whichkey and map the binding to do exactly as you say?