# HG changeset patch # User Oleksandr Gavenko # Date 1485435351 -7200 # Node ID 6d313c0c62477eaa34b33c50d449b7ae2c318875 # Parent ed6620260c6933f197c38ee9a308f74e61bfd48a Do not duplicate completion if we in the middle of the word. diff -r ed6620260c69 -r 6d313c0c6247 .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