Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] inputrc
Date: Sun, 04 Nov 2001 12:56:01
Message-Id: 1004903916.1717.1.camel@nosferatu.lan
In Reply to: [gentoo-dev] inputrc by jano
1 On Sun, 2001-11-04 at 20:35, jano wrote:
2 >
3 > Hi,
4 >
5 > it appears /etc/inputrc ain't being used (I know there are more than one of
6 > us this is happening to), and thus your delete key and end keys on a us 101
7 > keyboard donut work (unless you like to say BEEP~).
8 >
9 > Temp fix which works:
10 > # cp /etc/inputrc /etc/skel/.inputrc
11 >
12 > Perm fix? Anyone?
13 >
14
15 This is what works for me:
16
17 add to /etc/profile:
18
19 [ -z $INPUTRC ] && export INPUTRC=/etc/inputrc
20
21
22 --
23
24 Martin Schlemmer
25 Gentoo Linux Developer, Desktop Team Developer
26 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] inputrc Morgan Christiansson <morgan.christiansson@×××××.com>