Tab completion does nothing if no file starts with given characters
justinlovinger opened this issue · 0 comments
justinlovinger commented
- Enable fzf tab completion
- Run
mkdir tmp && mkdir tmp/foo && mkdir tmp/foobar
- Type
cd tmp/o
followed bytab
I expect fzf
to start with tmp/o
. Instead, nothing happens.