Last active
March 7, 2022 10:16
-
-
Save metabacalhau/abe263807b7f80a28782f0427eb1979c to your computer and use it in GitHub Desktop.
mac os bash autocomplete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Type in terminal nano ~/.inputrc | |
| set completion-ignore-case on | |
| set show-all-if-ambiguous on | |
| TAB: menu-complete | |
| # CTRL + O, CTRL + X | |
| # Reopen terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment