Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash tab completion cycle

# make tab cycle through commands after listing
bind '"	":menu-complete'
bind "set show-all-if-ambiguous on"
bind "set completion-ignore-case on"
bind "set menu-complete-display-prefix on"
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #bash #tab #completion #cycle
ADD COMMENT
Topic
Name
9+7 =