For example, my search key is "foo" --iglob **/bar/**. When I type to "foo", it shows results. However when I type to "foo" - all results dispaear. The new results shows util I typing out the entire --iglob **/bar/**.
I always forget the glob I would like to use when results are dismissed. Can we ignore --option until typing it all, like search until meeting next space or some key.
For example, my search key is
"foo" --iglob **/bar/**
. When I type to"foo"
, it shows results. However when I type to"foo" -
all results dispaear. The new results shows util I typing out the entire--iglob **/bar/**
.I always forget the glob I would like to use when results are dismissed. Can we ignore
--option
until typing it all, like search until meeting next space or some key.