-
Hey, thanks for this project it looks really cool.
I'm having troubles understanding which key goes where in the layout (for example the double slanted one), do you have an example layout?
I'm p…
-
### 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.
not clear what keybind is used to view the master which-…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Many vim distros like LazyVim or NvChad and Doom Emacs or even Helix have a Which-Key popup for extra keybinds.
It's ex…
-
I was forced to do this to suppress the which-key warnings:
```lua
-- Commenting
{
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
…
-
### Problem
When I press operator + motion combination, screenkey shows duplicate characters like this:
|Actually pressed|Screenkey showing|
|---|---|
|gg|`g..x4`|
|zz|`z..x4`|
|vw|`v w w`|
…
-
It can be tricky to develop a narrow schema for a large JSON, especially one that has optional keys. It would be helpful if when `narrow` returns `false` there was a way to find out which type compari…
-
### Description
With installed `which-key`-plugin and gitsigns `debug_mode` enabled, gitsigns - most of the time, but not always - gives the following error, when using `git difftool` (with `debug_…
-
Hi,
Have you had experience using this plugin with which-key? It seems to have a lot of default key bindings which pollute the which-key leader and local leader menus.
Is it possible to disable al…
-
When i type this here at command prompt:
ntfy serve
i get this:
yaml: line 21: did not find expected key
In line 21 there is only a #
19 # To listen on all interfaces, you may omit the IP ad…
-
Example TOML:
```toml
a.b = 1
a.c = { d = 1 }
```
Fails to parse. Example test case output based on above:
```
1) Failure:
TomlTest#test_valid_cases [test/toml_test.rb:133]:
Error: Ke…