.inputrc
changeset 54 95a79aeb9abb
parent 53 e38c00b4f0f0
child 55 8fd48debf4cc
equal deleted inserted replaced
53:e38c00b4f0f0 54:95a79aeb9abb
    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: