Magellan Linux

Contents of /trunk/magellan-initscripts/etc/inputrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 4 months ago) by niro
File size: 821 byte(s)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

1 # Begin /etc/inputrc
2
3 # Make sure we don't output everything on the 1 line
4 set horizontal-scroll-mode Off
5
6 # Enable 8bit input
7 set meta-flag On
8 set input-meta On
9
10 # Turns off 8th bit stripping
11 set convert-meta Off
12
13 # Keep the 8th bit for display
14 set output-meta On
15
16 # none, visible or audible
17 set bell-style none
18
19 # All of the following map the escape sequence of the
20 # value contained inside the 1st argument to the
21 # readline specific functions
22
23 "\eOd": backward-word
24 "\eOc": forward-word
25
26 # for linux console
27 "\e[1~": beginning-of-line
28 "\e[4~": end-of-line
29 "\e[5~": beginning-of-history
30 "\e[6~": end-of-history
31 "\e[3~": delete-char
32 "\e[2~": quoted-insert
33
34 # for xterm
35 "\eOH": beginning-of-line
36 "\eOF": end-of-line
37
38 # fix Home and End for German users
39 "\e[7~": beginning-of-line
40 "\e[8~": end-of-line
41
42 # End /etc/inputrc

Properties

Name Value
svn:executable *