jethrokuan/fzf

Tab completion does nothing if no file starts with given characters

justinlovinger opened this issue · 0 comments

  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.