which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

Results 220 which-key.nvim issues
Sort by recently updated
recently updated
newest added

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. When I am on...

enhancement

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. My problem is that...

enhancement

Hello, I am trying to implement a set of custom keymappings to use with buffers that have neovimLSP running on them. My setup script for the LSP calls this file...

title says it all. self-provided descriptions aren't very compatible, making usage hard to grok (see: right hand side): ``` $ ➜ End of line l ➜ Right % ➜ Matching...

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. When you have mapped...

enhancement

To quote the README: > hit one of the keys to open a group or execute a key binding > - to cancel and close the popup > - go...

I would like to be able to sort mappings by it's name. Problem Example. I have two groups of mappings that start with "g". Some of them mean "git", others...

it would be nice to have a setting to enable "flattening" a prefix group if it only has one element if `g` only has one subitem `gg` (or even `ggg`)...

As title. Btw it seems that the current `window.margin` is ordered as `top, left, bottom, right` while the README.md says `top, right, bottom, left`.

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. On Wayland, Neovim uses...

enhancement