When I use tab for filename completion and there are more than ~100 matches, it displays something like "Display all 403 possibilities? (y or n)". This gets annoying when I do it many times a day. Is there a way to always display all completions instead of this prompt? Or even better, set the threshold above which it displays the prompt?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can set the threshold by adding a line like this to your ~/.inputrc file:
The default is 100 and 0 appears to set no limit. This is documented in the bash(1) man page. |
|||
|
|