💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
5.43k
stars
177
forks
source link
bug: bindings with expr=true don't display text in command line #881
Open
macovsky opened 1 week ago
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.2
Operating system/version
linux/macos
Describe the bug
bindings with
expr=true
don't display text in command linewith minimal
repro.lua
there's just no visible text in the command linewith my own config text appears only after i press
<left>
for example (on both linux/macos)Steps To Reproduce
nvim -u repro.lua
<space>w
—you see nothing in command line but if you press for example<left>
you see cursor on top of nothing<cr>
you'll see that command was executedExpected Behavior
should work as
<space>k
—text and cursor in command line should be visible right awayHealth
No response
Log
No response
Repro