equal
deleted
inserted
replaced
37 |
37 |
38 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked |
38 # 'quoted-insert' binded to C-q or C-v by default, but C-q usually not worked |
39 # because it handled by terminal driver before readline. |
39 # because it handled by terminal driver before readline. |
40 C-v: quoted-insert |
40 C-v: quoted-insert |
41 |
41 |
|
42 # Setting it to 'on' means that the text of the lines being edited will scroll |
|
43 # horizontally on a single screen line when they are longer than the width of |
|
44 # the screen, instead of wrapping onto a new screen line. By default, this |
|
45 # variable is set to 'off'. |
|
46 set horizontal-scroll-mode off |
|
47 |
|
48 # This variable, when set to `on', causes Readline to display an asterisk |
|
49 # ('*') at the start of history lines which have been modified. This variable |
|
50 # is 'off' by default. |
|
51 set mark-modified-lines off |
|
52 |
42 # Local Variables: |
53 # Local Variables: |
43 # mode: shell-script |
54 # mode: shell-script |
44 # fill-column: 78 |
55 # fill-column: 78 |
45 # End: |
56 # End: |