]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - patch/etc_inputrc-sensible-defaults.patch
patch/boot.config: Set boot block serial speed to 115200
[CDN/Mosi.git] / patch / etc_inputrc-sensible-defaults.patch
1 --- /dev/null   2010-01-24 09:36:47.000000000 +0000
2 +++ etc/inputrc 2010-01-24 09:36:29.000000000 +0000
3 @@ -0,0 +1,18 @@
4 +set meta-flag on
5 +set input-meta on
6 +set convert-meta off
7 +set output-meta on
8 +
9 +"\e[1~": beginning-of-line
10 +"\e[4~": end-of-line
11 +"\e[5~": beginning-of-history
12 +"\e[6~": end-of-history
13 +"\e[3~": delete-char
14 +"\e[2~": quoted-insert
15 +"\e[5C": forward-word
16 +"\e[5D": backward-word
17 +
18 +# fix Home and End for German users
19 +"\e[7~": beginning-of-line
20 +"\e[8~": end-of-line
21 +