.inputrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Mar 2010 23:44:05 +0200
changeset 40 b8185f03f364
parent 37 5d56427b59a4
child 50 9a89ae1918c4
permissions -rw-r--r--
Remove copy/pasted code that cause error with Vim 5.8 2001 from MSYS-1.0.11 which I not understand.


# I like this!
set editing-mode emacs

# Don't strip characters to 7 bits when reading.
set input-meta on

# Allow iso-latin1 characters to be inserted rather than converted to
# prefix-meta sequences.
set convert-meta off

# Display characters with the eighth bit set directly rather than as
# meta-prefixed characters.
set output-meta on

# First tab suggests ambiguous variants.
set show-all-if-ambiguous on


# Local Variables:
# mode: shell-script
# fill-column: 78
# End: