Hi Brett,
I noticed that you use `-s 20` option for fzf in your script. fzf was completely rewritten in Go earlier this year, and since it's much faster than the old Ruby version (you can now use fzf with input with a few million entries: `locate / | fzf`), `--sort=LIMIT` option whose purpose was to limit the response time of the query, is no longer used and silently ignored.
The most recent version of fzf is now 0.9.7. Apart from the performance boost, it has a few more options you can use for scripting.
https://github.com/junegunn...
https://github.com/junegunn...