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. I wish to highlight...

enhancement

IMHO we can disable whichkey since cmdline-window is restricted.

in lua/which-key/init.lua show function: The show function calls update before checking if which-key is enabled for that buffer type. the update function can throw an error like the following, for...

I'm using Lunarvim, one thing that the LSP module in lvim set buffer keys using ```lua local opts = { buffer = bufnr, desc = remap[2], noremap = true, silent...

So that if you map it like "comment nmap xx YYYY then xx will be displayed with the comment. This is not perfect as one time and only for vim...

If there are nested operators defined (i.e. two operators share the same prefix), for example, when using `nvim-surround`, the operators could be: ```lua config.operators = { y = "Yank", yz...

fixes #615 current approach fails to support removal of keymaps this fix ensures that both tree nodes and hooks related to removed keymaps are cleared

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

This fixes remaining Keyboard interrupt errors which occasionally happen after pressing : ``` E5108: Error executing lua Keyboard interrupt stack traceback: [C]: in function 'getchar' ...al/share/nvim/lazy/which-key.nvim/lua/which-key/view.lua:96: in function 'read_pending' ...al/share/nvim/lazy/which-key.nvim/lua/which-key/view.lua:281:...

:robot: I have created a release *beep* *boop* --- ## [2.1.1](https://github.com/folke/which-key.nvim/compare/v2.1.0...v2.1.1) (2024-06-07) ### Bug Fixes * **keys:** delete nop keymaps with a description ([ccf0276](https://github.com/folke/which-key.nvim/commit/ccf027625df6c4e22febfdd786c5e1f7521c2ccb)) * pcall keymap.del ([e47ee13](https://github.com/folke/which-key.nvim/commit/e47ee139b6a082deab16e436cbd2711923e01625)) --- This...

autorelease: pending