kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
692 stars 24 forks source link

When using PowerShell on Windows, keys are being sent twice. #245

Closed kujirahand closed 8 months ago

kujirahand commented 9 months ago

When using PowerShell on Windows, keys are being sent twice. The following image shows where I typed ":q" only once.

felix-bug

kyoheiu commented 9 months ago

Thank you for the report. Possibly related to this crossterm issue: https://github.com/crossterm-rs/crossterm/issues/797 Looks like going to be fixed in the next release.

kyoheiu commented 9 months ago

Fixed by c63dc45224f919dcf55304b30e436cfdee041c33 I'd appreciate if you could try this.

git clone -b develop https://github.com/kyoheiu/felix.git
cd felix
cargo install --path .
kyoheiu commented 8 months ago

Fix released in v2.9.0