.inputrc
changeset 722 9bd7ce98c7ce
parent 622 f5b9226c2e4a
child 730 2a20e23423d6
equal deleted inserted replaced
721:5605167fc4af 722:9bd7ce98c7ce
    33 set show-all-if-ambiguous on
    33 set show-all-if-ambiguous on
    34 
    34 
    35 # Replace common prefix with ...
    35 # Replace common prefix with ...
    36 set completion-prefix-display-length 1
    36 set completion-prefix-display-length 1
    37 
    37 
       
    38 set skip-completed-text off
       
    39 
    38 # If set to 'on', completed directory names have a slash appended. The default is 'on'.
    40 # If set to 'on', completed directory names have a slash appended. The default is 'on'.
    39 set mark-directories on
    41 set mark-directories on
    40 set mark-symlinked-directories on
    42 set mark-symlinked-directories on
    41 
    43 
    42 # If set to 'on', a character denoting a file's type is appended to the
    44 # If set to 'on', a character denoting a file's type is appended to the
    43 # filename when listing possible completions. The default is 'off'.
    45 # filename when listing possible completions. The default is 'off'.
    44 set visible-stats on
    46 set visible-stats on
       
    47 
       
    48 set colored-stats on
    45 
    49 
    46 # I like beep (audible/visible/none).
    50 # I like beep (audible/visible/none).
    47 set bell-style audible
    51 set bell-style audible
    48 
    52 
    49 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
    53 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked