Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Group descriptions #550

Closed
1 task done
Aonodensetsu opened this issue Nov 26, 2023 · 3 comments
Closed
1 task done

feature: Group descriptions #550

Aonodensetsu opened this issue Nov 26, 2023 · 3 comments
Labels
enhancement New feature or request stale

Comments

@Aonodensetsu
Copy link

Aonodensetsu commented Nov 26, 2023

Did you check the docs?

  • I have read all the which-key.nvim docs

Is your feature request related to a problem? Please describe.

I'm making a user-friendly "distribution" of nvim for my colleagues at work, who would benefit from a simple but powerful editor that works over ssh - so, terminal based. They aren't exactly familiar with vim, so which-key is a must, but I would hope to add descriptions/explanations to further clarify their purpose and use.

Describe the solution you'd like

An option of groups, similar to name, but that adds a longer description within the group window

require'which-key'.register{
  t = {
    name = 'telescope', -- this gets shown outside group
    desc = 'These are commands...', -- this gets shown inside group, on separate lines
    ...
  }
}

quick mock-up
image

Describe alternatives you've considered

  • a separate '?' group with descriptions of plugins assigned to fake keybinds, please don't make me do this
  • Confluence pages, annoying to re-reference (in a different vpn than used for work)
  • a text file with everything explained, less annoying but i consider this a bad option
@Aonodensetsu Aonodensetsu added the enhancement New feature or request label Nov 26, 2023
Copy link
Contributor

github-actions bot commented Jul 6, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 6, 2024
@Aonodensetsu
Copy link
Author

Not closed

@folke
Copy link
Owner

folke commented Jul 7, 2024

Not interested in adding this

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

2 participants