jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
861 stars 66 forks source link

Tab completion does nothing if no file starts with given characters #151

Open justinlovinger opened 4 years ago

justinlovinger commented 4 years ago
  1. Enable fzf tab completion
  2. Run mkdir tmp && mkdir tmp/foo && mkdir tmp/foobar
  3. Type cd tmp/o followed by tab

I expect fzf to start with tmp/o. Instead, nothing happens.