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

triggers_nowait doesn't work

Open tomKPZ opened this issue 2 years ago • 4 comments

I'm setting up the plugin like this:

require("which-key").setup({
  triggers_nowait = { "<leader>", "<space>" }
})

I expect there to be no delay in showing the which-key menu when I press <leader>, but there's still a delay of timeoutlen. I'm not sure if this is an issue of if I'm just not configuring which-key correctly.

tomKPZ avatar May 18 '22 00:05 tomKPZ

Me too, waiting for a solution.

tietmih avatar May 02 '23 15:05 tietmih

Still an issue.

I noticed that disabling the pre-defined keys works as long as it is done right when the plugin is loaded, whereas it won't work later on (I'm using lazy.nvim as a plugin manager, so that behavior might just happen with my setup).

Adding custom keys, however, didn't work at all for me. I tried to debug the issue and it seems the custom keys are actually added, but they aren't doing anything inside keys.lua/hook_add.

tcld avatar Sep 24 '23 11:09 tcld

same here. waiting on this too.

effinsky avatar Oct 31 '23 19:10 effinsky