which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

feature: custom callback to replace suggestion popup

Open vxio opened this issue 4 years ago • 1 comments

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 "

vxio avatar Nov 28 '21 21:11 vxio

Why don't you just disable registers in whichkey and map the binding to do exactly as you say?

folke avatar Dec 08 '21 15:12 folke