# HG changeset patch # User Oleksandr Gavenko # Date 1270281385 -10800 # Node ID 95a79aeb9abb05d6b6236e2329c451f15811c9ee # Parent e38c00b4f0f0ad63767768658315e961d4b574f6 Misc readline customisation. diff -r e38c00b4f0f0 -r 95a79aeb9abb .inputrc --- a/.inputrc Sat Apr 03 10:55:02 2010 +0300 +++ b/.inputrc Sat Apr 03 10:56:25 2010 +0300 @@ -39,6 +39,17 @@ # because it handled by terminal driver before readline. C-v: quoted-insert +# Setting it to 'on' means that the text of the lines being edited will scroll +# horizontally on a single screen line when they are longer than the width of +# the screen, instead of wrapping onto a new screen line. By default, this +# variable is set to 'off'. +set horizontal-scroll-mode off + +# This variable, when set to `on', causes Readline to display an asterisk +# ('*') at the start of history lines which have been modified. This variable +# is 'off' by default. +set mark-modified-lines off + # Local Variables: # mode: shell-script # fill-column: 78