jethrokuan / fzf

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

fix multiple selection in __fzf_open #141

Closed neersighted closed 4 years ago

neersighted commented 4 years ago

The current implementation of __fzf_open does not actually work with the -m option that is specified.

Instead of read, use set combined with string escape to collect (and properly escape) all of fzf's output, instead of just the first line.