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

Deterministic completion for directories only adds a trailing slash after second Tab press #22

Open
kolayne opened this issue Jan 2, 2023 · 1 comment

Comments

@kolayne
Copy link

kolayne commented Jan 2, 2023

Suppose I want to cd to .config/gedit. With usual bash, I do:

$ cd .co<TAB>

which completes it to

$ cd .config/

and I can type the rest.

With partial path completion enabled, I do

$ cd .co<TAB>

which completes it to

$ cd .config

and then only a second Tab keypress completes it to

$ cd .config/

Demo: https://asciinema.org/a/549122

@sio
Copy link
Owner

sio commented Aug 15, 2023

Original PR #24 had been left unfinished by author, this issue welcomes help from new contributors!

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

Successfully merging a pull request may close this issue.

2 participants