fish-completion.txt
❯ fish --no-config
> fish --version
fish, version 4.3.2
> uname -a
Darwin Shahmss-MBP.local.cedarridge.space 25.1.0 Darwin Kernel Version 25.1.0: Mon Oct 20 19:34:05 PDT 2025; root:xnu-12377.41.6~2/RELEASE_ARM64_T6041 arm64
This is using tmux 3.6a and iTerm2 3.6.6. Briefly, path-based completions will jump back to text entered earlier rather than continuing from the most recently entered text, e.g. from within a checkout of https://github.com/llvm/llvm-project typing ls cl<tab>/inc<tab> will move the cursor back to the end of the cl rather than continuing completion from clang/inc.

fish-completion.txt
This is using tmux 3.6a and iTerm2 3.6.6. Briefly, path-based completions will jump back to text entered earlier rather than continuing from the most recently entered text, e.g. from within a checkout of https://github.com/llvm/llvm-project typing
ls cl<tab>/inc<tab>will move the cursor back to the end of theclrather than continuing completion fromclang/inc.