mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.
95 stars 9 forks source link

longest common leading substring problem #1

Closed mgalgs closed 11 years ago

mgalgs commented 11 years ago

See the README for details.

https://github.com/mgalgs/fuzzy_bash_completion#details-on-the-longest-common-substring-thing

mgalgs commented 11 years ago

Gotta love force pushes...

mgalgs commented 11 years ago

This is fixed by placing the following in your ~/.inputrc file:

set show-all-if-ambiguous on