Let's say that I typed cd Doc and the command cd Documents/oss/docker-stacks is in history.
Both fish 3 and fish 4 suggest to autocomplete and it looks like this:
Then I press alt/option(on Mac)+right.
The behaviour on fish v3 (which I like), only word Documents is completed, the rest is still suggested:
Fish v4, everything is completed:
Moreover, after everything is completed there is no way to move left/right between words in v4. In fish v3 I was able to use alt/option+left/right and move between command words, in fish v4 it just moves one char left/right.
I'm using:
- macOS 15.3.1
- Apple M2 processor
- fish installed from homebrew
- iTerm2
Let's say that I typed
cd Docand the commandcd Documents/oss/docker-stacksis in history.Both fish 3 and fish 4 suggest to autocomplete and it looks like this:
Then I press alt/option(on Mac)+right.
The behaviour on fish v3 (which I like), only word
Documentsis completed, the rest is still suggested:Fish v4, everything is completed:
Moreover, after everything is completed there is no way to move left/right between words in v4. In fish v3 I was able to use alt/option+left/right and move between command words, in fish v4 it just moves one char left/right.
I'm using: