📜  bash 选项卡完成循环 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.986000             🧑  作者: Mango

代码示例1
# 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"