From d0c51067fd0abce604d5c9552b5b8668f95beafb Mon Sep 17 00:00:00 2001 From: TKE Date: Mon, 14 Nov 2022 09:10:33 +0100 Subject: [PATCH] Changed TAB-Completion in bash --- config/inputrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/inputrc b/config/inputrc index e43829c..c0d1854 100644 --- a/config/inputrc +++ b/config/inputrc @@ -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