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

Can't use autocomplete with TAB #1000

Open
mhalano opened this issue Feb 25, 2025 · 1 comment
Open

Can't use autocomplete with TAB #1000

mhalano opened this issue Feb 25, 2025 · 1 comment

Comments

@mhalano
Copy link

mhalano commented Feb 25, 2025

I have a directory called ~/Videos/TV Shows/Severance/ (please don't judge me) and a directory called Season 02 inside of it. If I type in the shell (Z shell): z sev, it works correctly, goes to the first directory. If I type z sea, it works too, goes to the subdirectory. What I would like to do, if possible, is press z sev<TAB> and use fzf to show all two paths. The only way to do it right now is using zi sev<ENTER> and then select with fzf one entry. I don't know if I'm doing something wrong or using TAB isn't supported yet.

@mhalano
Copy link
Author

mhalano commented Feb 25, 2025

I think I found the problem, and the solution: I can't use z sev<TAB>, I must use instead z sev<SPACE><TAB>, right? There is no way to populate and use the native auto-complete to convert the sev in a path, or show the menu, I need to press space first. Am I right, or it should be possible using without space?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant