Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bash tab-completion not working

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.

like image 390
Humble Debugger Avatar asked Nov 04 '13 18:11

Humble Debugger


People also ask

Does bash have tab completion?

The programmable completion feature in Bash permits typing a partial command, then pressing the [Tab] key to auto-complete the command sequence. [1] If multiple completions are possible, then [Tab] lists them all. Let's see how it works. Tab completion also works for variables and path names.

How do I know if bash completion is installed?

Depending on your package manager, you have to manually source this file in your ~/. bashrc file. Reload your shell and verify that bash-completion is correctly installed by typing type _init_completion .

How does bash completion work?

Bash completion is a bash function that allows you to auto complete commands or arguments by typing partially commands or arguments, then pressing the [Tab] key. This will help you when writing the bash command in terminal.


1 Answers

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

like image 74
D-B Avatar answered Sep 30 '22 11:09

D-B