From 0eb0509561abafddff1eba9b2c9be286bc8aca4f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 27 Jan 2009 16:56:21 +0100 Subject: [PATCH] Display unambiguous matches with one tab in readline. This is a bit different from show-all-if-ambiguous because show-all-if-unmodified is used when the strings to complete don't have a common prefix. --- inputrc | 1 + 1 file changed, 1 insertion(+) diff --git a/inputrc b/inputrc index 12f2d9b..b18da70 100644 --- a/inputrc +++ b/inputrc @@ -3,6 +3,7 @@ # Only one is necessary to get a list of all possible options. set show-all-if-ambiguous on +set show-all-if-unmodified on # Activate Vi editing mode. set editing-mode vi -- 2.43.2