
Wenn Sie eine Verzeichnisstruktur wie die folgende haben
./test/locationOne
./test/locationTwo
./test/locationThree
Wenn Sie mit Bash oder Fish Folgendes eingeben:
cd test/
then hit tab, it will autocomplete until test/location. In bash, if you hit tab again, it does the same autocomplete. However, with fish, it starts to scroll through the options. ie. Hit tab once more, and it selects ./test/locationOne, once more goes to locationTwo, etc. I find this quite difficult to work with and I'd like to disable it.
Is it possible?