From aaabe4791b0eb8d73ab988cf2f79beaa6616db85 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Aug 2013 00:56:15 +1200 Subject: Prevent re-completing word from within it --- readline/inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readline/inputrc b/readline/inputrc index 78e68c74..8057f59d 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -34,3 +34,6 @@ set print-completions-horizontally On # Show multiple completions on first tab press set show-all-if-ambiguous On +# Don't re-complete already completed text in the middle of a word +set skip-completed-text On + -- cgit v1.2.3