6

I am trying to troubleshoot why the bash tab-completion isn't working on my fedora 19 desktop. I am afraid I just know what else to add to this that might be relevant.

Humble Debugger
  • 4,439
  • 11
  • 39
  • 56

2 Answers2

2

I solved this problem using the solution given at https://askubuntu.com/questions/325807/arrow-keys-tab-complete-not-working.

D-B
  • 86
  • 5
0

Another possible cause is lines like..:

set disable-completion on

.. in ~/.inputrc. I don't know what puts that there, but if I deleted it then I found it was recreated every time I started a shell via firejail. However, if I edited it to off instead of on tab completion worked as usual.

nmr
  • 16,625
  • 10
  • 53
  • 67