blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

More Detailed Descriptions for Preset Keymaps

Open Daniel-De-Dev opened this issue 1 month ago • 0 comments

Feature Description

Currently the preset keymaps created by the plugin set the description blink.cmp for all mappings. This isn't very helpful, especially for someone new to the plugin (like me) using Telescope to search keybinds.

This is the current default behavior: Image

I have already drafted a simple implementation that address this (See Daniel-De-Dev/blink.cmp@9342e94): Image

The logic is that the plugin name is included alongside all commands the keymap implements (excluding fallback). I also added the mode it applies to ((insert), (snippet)), since single-letter mode indicators dont filter well for fuzzy finders.

I'm not familiar with the codebase, so I expect my changes might not follow all best practices and need improvement/changes. It would be cool to see this feature or something similar implemented on the main branch.

Daniel-De-Dev avatar Nov 25 '25 18:11 Daniel-De-Dev