-
Notifications
You must be signed in to change notification settings - Fork 222
Description
Did you check the docs?
- I have read all the which-key.nvim docs
Is your feature request related to a problem? Please describe.
Getting a hint while typing is really useful, but only when the typist knows how to start a combination.
It would be nice to be able to browse them like a command palette! This can be done by integrating into telescope.nvim
.
It makes sense to allow searching by both the description and the key strokes.
Describe the solution you'd like
Telescope allows you to provide custom pickers. It should be possible to just hook into telescope if its available on the user's instance.
It doesn't make sense to require Telescope as a dependency since not all users might want that, but having an out-of-the-box bridge between two plugins that are very popular could be very nice. Integrating into an existing plugin will save a lot of work.
Besides, which-key.nvim is included in kickstart.nvim
. Having a palette for querying keys is useful to both VSCode refugees and general beginners.
Describe alternatives you've considered
It possible to have it as a separate plugin or a recipe in the README.
Additional context
Conversion of new users and accessibility has been very important for Neovim's resurgence and I think this feature will help both causes.