From b5280c920e981bcc15656c1e340ed476868c09eb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 5 Nov 2023 23:03:16 +0100 Subject: readline: Make completions better --- .config/readline/inputrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/readline/inputrc') diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 45010b1..8c5cb4d 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -9,6 +9,9 @@ set colored-completion-prefix on # Treat hyphens and underscores the same in the context of completion set completion-map-case on +# Complete prefix and show choices on one tab +set show-all-if-ambiguous on + $if editing-mode == vi # Change cursor to a bar when in insert mode set show-mode-in-prompt on -- cgit v1.2.3