linrongbin16 / fzfx.nvim

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

Refactor: use fzf 0.53 `/dev/tty` redirection feature to improve command launching #707

Closed linrongbin16 closed 3 weeks ago

linrongbin16 commented 3 weeks ago

In fzf 0.53, there's a new feature for /dev/tty redirection, which can avoid the output (i.e. the stdout) redirection.

image

This feature could improve the internal implementation when launching the fzf command.

linrongbin16 commented 3 weeks ago

Took a deeper look to this feature, seems it doesn't help a lot, cancel this ticket.