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 have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of which-key.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.10.1
Operating system/version
macOS 14.1
Describe the bug
Pressing CTRL-C with which-key active does not return to normal mode from visual mode but only closes the which-key window. Should be related to the handling of #33.
This also happens with "V CTRL-C", even though in this case we don't see which-key at all.
Steps To Reproduce
Press "v" to enter visual mode.
Press "CTRL-C" and observe that we are still in visual mode.
Press "CTRL-C" again to exit visual mode.
Expected Behavior
Expect CTRL-C to bring me back to normal mode as per the default behaviour.
Health
No response
Log
No response
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
{ "folke/which-key.nvim", opts= {} },
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.1
Operating system/version
macOS 14.1
Describe the bug
Pressing CTRL-C with which-key active does not return to normal mode from visual mode but only closes the which-key window. Should be related to the handling of #33.
This also happens with "V CTRL-C", even though in this case we don't see which-key at all.
Steps To Reproduce
Expected Behavior
Expect CTRL-C to bring me back to normal mode as per the default behaviour.
Health
No response
Log
No response
Repro
The text was updated successfully, but these errors were encountered: