Fish 4.0 changed the default binding for ctrl-right from forward-word/nextd-or-forward-word to forward-token. This prevents ctrl-right from accepting autosuggestions incrementally by directory segments (since forward-token processes the entire continuous path as a single token).
This PR rebinds ctrl-right and \e[1;5C to nextd-or-forward-word to restore the ability to fill in autosuggestions one directory at a time.
Verify Ctrl+Right accepts autosuggestion up to the next / when typing a path.
Fish 4.0 changed the default binding for `ctrl-right` from `forward-word`/`nextd-or-forward-word` to `forward-token`. This prevents `ctrl-right` from accepting autosuggestions incrementally by directory segments (since `forward-token` processes the entire continuous path as a single token).
This PR rebinds `ctrl-right` and `\e[1;5C` to `nextd-or-forward-word` to restore the ability to fill in autosuggestions one directory at a time.
- [ ] Verify `Ctrl+Right` accepts autosuggestion up to the next `/` when typing a path.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fish 4.0 changed the default binding for
ctrl-rightfromforward-word/nextd-or-forward-wordtoforward-token. This preventsctrl-rightfrom accepting autosuggestions incrementally by directory segments (sinceforward-tokenprocesses the entire continuous path as a single token).This PR rebinds
ctrl-rightand\e[1;5Ctonextd-or-forward-wordto restore the ability to fill in autosuggestions one directory at a time.Ctrl+Rightaccepts autosuggestion up to the next/when typing a path.