From: Simon Ruderich Date: Tue, 27 Jan 2009 15:56:21 +0000 (+0100) Subject: Display unambiguous matches with one tab in readline. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0eb0509561abafddff1eba9b2c9be286bc8aca4f 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. --- 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