Disable menu complete for bash as default

This commit is contained in:
tke
2022-07-25 08:11:43 +02:00
parent 9a8a3395b1
commit b9b8379124

View File

@@ -16,5 +16,5 @@ set completion-ignore-case on
#disable terminal bell #disable terminal bell
set bell-style none set bell-style none
#allow cycling through completions if ambigous #allow cycling through completions if ambigous
TAB: menu-complete #TAB: menu-complete
"\e[Z": menu-complete-backward #"\e[Z": menu-complete-backward