Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:executable *