From 4724a1b85eeb5e6aa040696419c86d5763e17431 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 2 Nov 2021 12:50:51 +0100 Subject: inputrc: set show-all-if-ambiguous --- dotfiles/inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/inputrc b/dotfiles/inputrc index d88e4ef..3ef2d6e 100644 --- a/dotfiles/inputrc +++ b/dotfiles/inputrc @@ -1,5 +1,7 @@ set bell-style none +set show-all-if-ambiguous on + set colored-completion-prefix on set colored-stats on -- cgit v1.2.3