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

Hi, my which-screen window looks like this, and I have no idea why. Terminal: Alacritty https://github.com/alacritty/alacritty/blob/master/INSTALL.md Nvim Colorscehme: Tokyo Night https://github.com/folke/tokyonight.nvim Screenshot of the problem ![image](https://user-images.githubusercontent.com/7808379/152000815-9af6f4b5-c25d-4525-9353-80ed791b9414.png) EDIT: Seems like which-key...

# Question I can't get my manually set up triggers to work in insert mode. [For example](https://github.com/akim-13/neovim/blob/43632b8f0f801fc382920684c121f5fd43daf5a0/lua/rc/whichkey.lua#L95), `` doesn't work at all, `` works only in normal mode. Am I...

I'm setting up the plugin like this: ``` require("which-key").setup({ triggers_nowait = { "", "" } }) ``` I expect there to be no delay in showing the which-key menu when...

Fix #249 Now `Util.t()` is applied to the string passed to `string.format()`, replacing of leader is no longer needed because `Util.t()` will replace it. Replacing a backslash with `` breaks...

# Description The title speaks for itself. The first character of the last three folders has a default colour instead of red. The first picture is for ``, but if...

Hi, I'm not sure whether this is a bug actually but I noticed one issue, when I try to use the menus and my terminal is resized to a smaller...

# Request Allow certain keymaps to be set only for specific file types. # Example I have my `` keys mapped to the debug functions, but I only need them...

It'd be cool if we had a smart window positioning kind of thing which would show the popup menu on top if the cursor is on the bottom split of...

Hi, I am just writing some docs in latex, and dreaming, that it could be very useful to define 'whichkey' setting for tex filetype, in my case. Is that possibile...

fixes https://github.com/folke/which-key.nvim/issues/115 hack but works. The underlying problem is caused by which-key popup, which invalidates visual-multi state. This PR checks if before opening WKey popup we were in Visual-multi-mode, if...