folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
4.76k stars 154 forks source link

ensures that update_keymaps is correct 🤞 #616

Closed isakbm closed 4 hours ago

isakbm commented 1 week ago

fixes #615

current approach fails to support removal of keymaps

this fix ensures that both tree nodes and hooks related to removed keymaps are cleared

folke commented 5 days ago

Finally got some time to look into this, but first thing I notice is that it breaks groups. Will work on a fix

folke commented 5 days ago

It actually removes the whole tree, so all custom mappings created with register

folke commented 4 days ago

fyi: I started working on a full rewrite of which-key. Will take some time though...

folke commented 4 hours ago

v3 was just released