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

Added function to automatically get comments as labels for mappings #599

Closed eyalk11 closed 1 month ago

eyalk11 commented 2 months ago

So that if you map it like "comment nmap xx YYYY

then xx will be displayed with the comment. This is not perfect as one time and only for vim normal mappings, but good enough for me.

folke commented 1 month ago

Not a fan of this. Closing... Thank you anyway!