Skip to content

Instantly share code, notes, and snippets.

@corocoto
Created August 12, 2021 16:15
Show Gist options
  • Save corocoto/3086e80a566a0089aa86a6999676fa17 to your computer and use it in GitHub Desktop.
Save corocoto/3086e80a566a0089aa86a6999676fa17 to your computer and use it in GitHub Desktop.
autocomplete for mac os terminal
  1. Open up your terminal
  2. Enter the command nano ~/.inputrc
  3. Paste the following commands one at a time:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
  1. Hit control+O to save changes to .inputrc followed by control+X to exit nano.
  2. Open a new Terminal window or tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment