Changed TAB-Completion in bash

This commit is contained in:
TKE
2022-11-14 09:10:33 +01:00
parent eb4586dd35
commit d0c51067fd

View File

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