6 ms·
> As a simple example, in bash if you use tab completion and there are multiple options, pressing tab again just reminds you that there are multiple options acc
by bashaintthatbad 13y ago
> As a simple example, in bash if you use tab completion and there are multiple options, pressing tab again just reminds you that there are multiple options accompanied by a passive aggressive beep
This should fix it in bash:
bind '"\t":menu-complete'