equal
deleted
inserted
replaced
43 |
43 |
44 # 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 |
45 # filename when listing possible completions. The default is 'off'. |
45 # filename when listing possible completions. The default is 'off'. |
46 set visible-stats on |
46 set visible-stats on |
47 |
47 |
48 set colored-stats on |
48 $if Bash |
|
49 set colored-stats on |
|
50 $endif |
49 |
51 |
50 # I like beep (audible/visible/none). |
52 # I like beep (audible/visible/none). |
51 set bell-style audible |
53 set bell-style audible |
52 |
54 |
53 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked |
55 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked |