tris203 / hawtkeys.nvim

⌨️🔥 Suggest new easy to hit keymaps and find issues with your current key map configurations
MIT License
219 stars 4 forks source link

Duplicates UI: Show +n indicator for duplicates with more than 2 matches #66

Open willothy opened 10 months ago

willothy commented 10 months ago

Currently, the duplicates UI can only show 2 file locations, but the duplicates data can contain more than two matches if there are more than 2 of the same mapping.

We should show either additional filenames or a +n indicator to show that there are more matches.