Fish - 一種配置它的方法,使其不會使用 tab 滾動選項卡補全

Fish - 一種配置它的方法,使其不會使用 tab 滾動選項卡補全

如果您有如下所示的目錄結構

./test/locationOne
./test/locationTwo
./test/locationThree

如果使用 bash 或 Fish 輸入

cd test/

然後點擊選項卡,它將自動完成直到測試/位置。在 bash 中,如果再次點擊 Tab,它會執行相同的自動完成操作。然而,對於魚,它開始滾動選項。 IE。再次點擊選項卡,它會選擇 ./test/locationOne,再次轉到 locationTwo,等等。

是否可以?

相關內容