linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
123 stars 5 forks source link

esc cannot exist #680

Closed Jaehaks closed 5 months ago

Jaehaks commented 6 months ago

i configure fzfx with default value. but when i open any fzfx window, esc key operate only change mode from terminal to normal. not quit

if i :q to quit. it said exit error code 143

linrongbin16 commented 6 months ago

hi, will take a look

Jaehaks commented 6 months ago

hi, will take a look

Thanks, @linrongbin16
fzfx version : latest os : windows 10 nvim-qt : v0.2.17 nvim : 0.9.5

linrongbin16 commented 6 months ago

hi @Jaehaks ,

I cannot reproduce this issue on my Windows 10 machine, would you please share a minimal init.lua that reproduce your issue?

image