# Make sure we dont output everything on the 1 line
set horizontal-scroll-mode Off

set meta-flag On        # Enable 8 bit input
set input-meta On       # Enable 8 bit input
set convert-meta Off    # Turns Off 8th bit stripping
set output-meta On      # Keep the 8th bit for display
set bell-style none     # none,visable or audible

"\e0d": backword-word
"\e0c": forward-word

# for linux console
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert

# for xterm
"\e0H": beginning-of-line
"\e0F": end-of-line
