Skip to content

Instantly share code, notes, and snippets.

@thanksshu
Last active February 14, 2025 08:08
Show Gist options
  • Save thanksshu/a1f7f129f6a4fdea73faf9a26f90f1ae to your computer and use it in GitHub Desktop.
Save thanksshu/a1f7f129f6a4fdea73faf9a26f90f1ae to your computer and use it in GitHub Desktop.
# Auto completion
set completion-ignore-case on
set show-all-if-ambiguous on
set show-all-if-unmodified on
set menu-complete-display-prefix on
"\t": menu-complete
"\e[Z": menu-complete-backward # Shift + Tab
@thanksshu
Copy link
Author

bind -f ~/.inputrc

@thanksshu
Copy link
Author

Install bash-completion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment