Do not duplicate completion if we in the middle of the word.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Jan 2017 14:55:51 +0200
changeset 819 6d313c0c6247
parent 818 ed6620260c69
child 820 6ec465d43861
Do not duplicate completion if we in the middle of the word.
.inputrc
--- a/.inputrc	Thu Jan 26 14:53:14 2017 +0200
+++ b/.inputrc	Thu Jan 26 14:55:51 2017 +0200
@@ -35,7 +35,8 @@
 # Replace common prefix with ...
 set completion-prefix-display-length 1
 
-set skip-completed-text off
+# Do not duplicate completion if we in the middle of the word.
+set skip-completed-text on
 
 # If set to 'on', completed directory names have a slash appended. The default is 'on'.
 set mark-directories on