- Open up your terminal
- Enter the command
nano ~/.inputrc
- Paste the following commands one at a time:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
- Hit
control+O
to save changes to.inputrc
followed bycontrol+X
to exit nano. - Open a new Terminal window or tab