.inputrc
changeset 170 d67518019fe5
parent 169 3379424b5448
child 174 f862e6d84d02
equal deleted inserted replaced
169:3379424b5448 170:d67518019fe5
    29 # First tab suggests ambiguous variants.
    29 # First tab suggests ambiguous variants.
    30 set show-all-if-ambiguous on
    30 set show-all-if-ambiguous on
    31 
    31 
    32 # If set to 'on', completed directory names have a slash appended. The default is 'on'.
    32 # If set to 'on', completed directory names have a slash appended. The default is 'on'.
    33 set mark-directories on
    33 set mark-directories on
       
    34 set mark-symlinked-directories on
    34 
    35 
    35 # If set to 'on', a character denoting a file's type is appended to the
    36 # If set to 'on', a character denoting a file's type is appended to the
    36 # filename when listing possible completions. The default is 'off'.
    37 # filename when listing possible completions. The default is 'off'.
    37 set visible-stats on
    38 set visible-stats on
    38 
       
    39 set mark-symlinked-directories on
       
    40 
    39 
    41 # I like beep (audible/visible/none).
    40 # I like beep (audible/visible/none).
    42 set bell-style audible
    41 set bell-style audible
    43 
    42 
    44 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked
    43 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked