Fish - A way to configure it such that it does not scroll through tab completions with tab

Fish - A way to configure it such that it does not scroll through tab completions with tab

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?

verwandte Informationen