You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use two different mappings for both keys, and Neovim correctly recognizes and distinguishes between the keystrokes, Which-Key treats them as identical.
Expected Behavior
which-key creates two different mappings for <tab> and <C-i>
Health
Log
Repro
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.3 Build type: Release LuaJIT 2.1.1736781742
Operating system/version
macOS 15.1
Describe the bug
Newer versions of neovim can distinguish
<tab>
and<c-i>
. However, which-key can not.Steps To Reproduce
creates the following keymap description:
When the order is changed, this keymap description is created:
I can use two different mappings for both keys, and Neovim correctly recognizes and distinguishes between the keystrokes, Which-Key treats them as identical.
Expected Behavior
which-key creates two different mappings for
<tab>
and<C-i>
Health
Log
Repro
The text was updated successfully, but these errors were encountered: