CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.09
[crossrootfs.git] / readline / inputrc
1 #
2 # /etc/inputrc - global inputrc for readline(3)
3 #
4
5 set input-meta on
6 set output-meta on
7 set convert-meta off
8
9 "\e[1~": beginning-of-line
10 "\e[2~": yank
11 "\e[3~": delete-char
12 "\e[4~": end-of-line
13 "\e[5~": beginning-of-history
14 "\e[6~": end-of-history
15
16 "\ep": history-search-backward
17 "\en": history-search-forward
18
19 $if term=xterm
20 "\e[7~": beginning-of-line
21 "\e[8~": end-of-line
22 "\e[H": beginning-of-line
23 "\e[F": end-of-line
24 $endif
25
26 # End of file