Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 230 Bytes

better-bash-tab-completion.md

File metadata and controls

10 lines (8 loc) · 230 Bytes

Better Bash tab completion

Make tab cycle through commands after listing

bind '"\t":menu-complete'
bind "set show-all-if-ambiguous on"
bind "set completion-ignore-case on"
bind "set menu-complete-display-prefix on"