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. `vim.keymap.set` wisely made the...

enhancement

Resolves the following error when attempting to close the which-key popup in the command line window: ``` E5108: Error executing lua ...al/share/nvim/lazy/which-key.nvim/lua/which-key/view.lua:155: E11: Invalid in command-line window; executes, CTRL-C quits...

I don't know if it is intended, but for example when you do `y4` you get the which-key popup. That seems like a regular command to me that doesn't require...

### 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

If `vim.g.mapleader` or `vim.g.maplocalleader` have more than one character the replacement in the notation does not work correctly (only replacing one char) which then leads to an error as the...

### 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. I remapped `` to...

enhancement