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

Tab-completion for possible jump targets #10

Open
1 of 3 tasks
euank opened this issue Sep 28, 2017 · 4 comments
Open
1 of 3 tasks

Tab-completion for possible jump targets #10

euank opened this issue Sep 28, 2017 · 4 comments

Comments

@euank
Copy link
Owner

euank commented Sep 28, 2017

  • for zsh
  • for bash
  • for fish
@svenstaro
Copy link

Can't this be closed?

@euank euank changed the title Tab-completion for z Tab-completion for possible jump targets May 18, 2019
@euank
Copy link
Owner Author

euank commented May 18, 2019

We've got autocomplete for zsh now, but not for bash or fish.
I'll leave this open until we either get autocomplete for all the currently supported shells, or until we've decided to split out distinct issues for each shell.

@svenstaro
Copy link

I still don't quite like it the way it is for zsh: If my history is /abc/def and I type z ab de<TAB> it will only complete the last part of the string but it doesn't take into account what I wrote in front.

@euank
Copy link
Owner Author

euank commented May 25, 2019

That ends up being consistent with jump as well though. z ab de errors out without tab completing.

It would be nice if pazi supported chaining filters, and that's a great feature request, but I think as long as z doesn't support it, tab completion doesn't have to either.

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

2 participants