to_fuzzy_refine
does not work with <C-Space>
mapping in Powershell in Windows Terminal
#2646
Labels
bug
Something isn't working
Description
So I know this sounds weird, but for some reason
to_fuzzy_refine
does no longer seem to work with the<C-Space>
mapping. I can't say when exactly this started, I only really noticed it recently.When I run the
live_grep
builtin,<C-Space>
no longer does anything. It is still listed in the output of:imap <C-Space>
when in thelive_grep
input buffer. There is no other key mapping listed. It does also still show up in the telescope help.At first I tried to explicitly define it in my config like so:
This also does not do anything. The mapping still shows up in
:imap
output and help.Then I just had a hunch and simply changed the mapping to
<C-f>
and suddenly the fuzzy refine works. Both mappings show up in:imap
output, pointing at the same line in the plugin's code. They also show up in the telescope help.Oh and<C-Space>
works in general. The cmp plugin for example uses it, so it shouldn't be the terminal emulator swallowing it or something like that.Addendum
It turns out this only happens with the neovim instance running on Windows in Powershell 7.3.6 in Windows Terminal. The neovim instance running in WSL2/fish 3.6.1 in the same Windows Terminal does not exhibit this behavior, even with the same minimal config.
Version of the working neovim instance:
Addendum 2
Turns out
<C-Space>
does not work in the windows instance at all. I must have misremembered. So it might just be that this is caused by either the older neovim version or PowershellNeovim version
Operating system and version
Windows 11 (22H2 (OS Build 22621.2134))
Telescope version / branch / rev
branch 0.1.x (776b509)
checkhealth telescope
Steps to reproduce
nvim -nu minimal.lua
<C-_>
)<C-Space>
-> nothing happens<C-f>
-> fuzzy refine is activatedExpected behavior
Fuzzy refine activates on
<C-Space>
.Actual behavior
Fuzzy refine does not activate on
<C-Space>
, but does for other key mappings.Minimal config
The text was updated successfully, but these errors were encountered: