Last active
February 14, 2025 08:08
-
-
Save thanksshu/a1f7f129f6a4fdea73faf9a26f90f1ae to your computer and use it in GitHub Desktop.
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
# 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 |
Install bash-completion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bind -f ~/.inputrc