Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 207 Bytes

howto_terminal_settings.md

File metadata and controls

executable file
·
9 lines (7 loc) · 207 Bytes

In the home (~) directory, paste the following lines into a file named .inputrc

'''
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
'''

Then open a new terminal window