which-key.nvim
which-key.nvim copied to clipboard
Search through mappings?
I'd love to be able to search through the key mappings, eg:
"split vertical" would show <c-w v>
Not sure if something like this is possible with which-key?
@ellioseven I came across this plugin recently. Not sure if that's what you're looking for. I haven't used it personally, but apparently it also has which-key integration
Hey I'm the author of the linked plugin. It sounds like it should fit your use-case. It gives you a vim.ui.select() interface to your keymaps, and can load which-key mappings (it also handles commands and autocmds if you want). Example screenshot:
