From 76a680164b17b1b4d4ad6b293dd7a09c27525502 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 12 Mar 2020 19:35:28 +0800 Subject: [PATCH] readline: show-all-if-unmodified --- .config/readline/inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 52f1bde..74e4b0a 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -1,5 +1,5 @@ set colored-completion-prefix on set colored-stats on set completion-query-items 512 -set show-all-if-ambiguous on +set show-all-if-unmodified on set skip-completed-text on -- 2.45.2