aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-22 00:56:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-22 00:56:15 +1200
commitaaabe4791b0eb8d73ab988cf2f79beaa6616db85 (patch)
treedbf39a40ee78952e4dc7c5347a382995658e79be
parentAdd comments to ~/.inputrc (diff)
downloaddotfiles-aaabe4791b0eb8d73ab988cf2f79beaa6616db85.tar.gz
dotfiles-aaabe4791b0eb8d73ab988cf2f79beaa6616db85.zip
Prevent re-completing word from within it
-rw-r--r--readline/inputrc3
1 files changed, 3 insertions, 0 deletions
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
+