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