We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose I want to cd to .config/gedit. With usual bash, I do:
cd
.config/gedit
$ cd .co<TAB>
which completes it to
$ cd .config/
and I can type the rest.
With partial path completion enabled, I do
$ cd .config
and then only a second Tab keypress completes it to
Demo: https://asciinema.org/a/549122
The text was updated successfully, but these errors were encountered:
Original PR #24 had been left unfinished by author, this issue welcomes help from new contributors!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Suppose I want to
cd
to.config/gedit
. With usual bash, I do:which completes it to
and I can type the rest.
With partial path completion enabled, I do
which completes it to
and then only a second Tab keypress completes it to
Demo: https://asciinema.org/a/549122
The text was updated successfully, but these errors were encountered: