jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
863 stars 65 forks source link

Remove perl dependency in __fzf_reverse_isearch #158

Closed 9999years closed 4 years ago

9999years commented 4 years ago

Because read -lz reads null-delimited lines, fzf --print0 can be used instead of piping output to perl -pe 'chomp if eof'.