1 |
# Begin /etc/inputrc |
# /etc/inputrc - initialization file for readline |
2 |
|
# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/inputrc,v 1.2 2005-07-02 19:51:08 niro Exp $ |
3 |
|
|
4 |
# Make sure we don't output everything on the 1 line |
# Make sure we don't output everything on the 1 line |
5 |
set horizontal-scroll-mode Off |
set horizontal-scroll-mode Off |
39 |
# fix Home and End for German users |
# fix Home and End for German users |
40 |
"\e[7~": beginning-of-line |
"\e[7~": beginning-of-line |
41 |
"\e[8~": end-of-line |
"\e[8~": end-of-line |
|
|
|
|
# End /etc/inputrc |
|