.inputrc
changeset 468 4a28df9cf5f0
parent 238 1ae5fbcaea7c
child 488 e7c174f182b3
equal deleted inserted replaced
467:6f8820ca7f1c 468:4a28df9cf5f0
    18 set output-meta on
    18 set output-meta on
    19 
    19 
    20 # Terminal driver rebound some keys. See output 'stty -a'. I like original
    20 # Terminal driver rebound some keys. See output 'stty -a'. I like original
    21 # control codes (to set 'C-w', etc).
    21 # control codes (to set 'C-w', etc).
    22 set bind-tty-special-chars off
    22 set bind-tty-special-chars off
       
    23 
       
    24 # Ignore hidden files.
       
    25 set match-hidden-files off
    23 
    26 
    24 # Ignore case (on/off).
    27 # Ignore case (on/off).
    25 set completion-ignore-case on
    28 set completion-ignore-case on
    26 
    29 
    27 set completion-query-items 100
    30 set completion-query-items 100