Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fish tab-completion doesn't find matches in the middle of a string when using variables. #8674

Closed
AaronBPaden opened this issue Jan 28, 2022 · 1 comment

Comments

@AaronBPaden
Copy link

fish, version 3.3.1
OS: Arch Linux

Sorry for the imprecise language, not sure what the feature is called. But for example, if you have a directory $one/two-three you can type

$ cd $one
cd three<tab>

that will expand to two-three. But this won't work:

$ cd $one/three<tab>

This is a minor issue but I run into it pretty often. For example, you may have a root directory with many subdirectories containing the same long prefix — like the name of a larger project — that you would rather skip typing out.

This may be the same as #4205 under the hood, but I wasn't sure.

@faho
Copy link
Member

faho commented Jan 29, 2022

Duplicate of #4205

@faho faho marked this as a duplicate of #4205 Jan 29, 2022
@faho faho closed this as completed Jan 29, 2022
@faho faho added the duplicate label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants