#----------------------------------------------------------------------------
# /etc/inputrc - global inputrc
#
# Copyright (c) 2001-2004 Frank Meyer <frank@eisfair(dot)org>
#
# Creation:     29.06.2004  max
# Last Update:  $Id$
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#----------------------------------------------------------------------------

# fix HOME and END Key for xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line

set meta-flag on
set convert-meta off
set output-meta on