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 docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...

bug

### 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. Adding function for remove...

enhancement

### Summary The built-in bindings described in which-key aren't exhaustive, and I would like them to be. This PR changes the preset keybindings. Namely, it adds the `extra` (default is...

This makes it so that when the horizontal margins sum up to a higher value than the total width of NeoVim, they get set to zero. Previously, the plugin would...

### 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. As #160 says, there...

enhancement

This how it should look like (was before): This is now: What happened. Is there any way to fix that?

### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...

bug

### 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. I tried to disable...

enhancement

I have a keymap set for LSP document formatting that is applied to a buffer using `on_attach`. When looking at WhichKey, it seems to still be using the description for...