echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.76k stars 179 forks source link

Add clues for `[` mappings #651

Open nkakouros opened 7 months ago

nkakouros commented 7 months ago

Contributing guidelines

Module(s)

mini.clue

Description

Typing help [ and pressing Tab shows a long list of [ movements. It would be nice to have clues for them similar to g, etc.

echasnovski commented 7 months ago

Thanks for the suggestion!

This sounds reasonable. I'll see if it will add too many lines to the code. Otherwise I might leave this to users.