1 # /etc/inputrc - global inputrc for libreadline
2 # See readline(3readline) and `info readline' for more information.
9 # To allow the use of 8bit-characters like the german umlauts, comment out
10 # the line below. However this makes the meta key not work as a meta key,
11 # which is annoying to those which don't need to type in 8-bit characters.
13 # set convert-meta off
17 "\e[h": beginning-of-line
19 "\e[1~": beginning-of-line
21 #"\e[5~": beginning-of-history
22 #"\e[6~": end-of-history
24 "\e[2~": quoted-insert
26 # Common standard keypad and cursor
27 # (codes courtsey Werner Fink, <werner@suse.de>)
28 #"\e[1~": history-search-backward
32 "\e[5~": history-search-backward
33 "\e[6~": history-search-forward
34 # Normal keypad and cursor of xterm
36 "\e[H": beginning-of-line
37 # Application keypad and cursor of xterm
38 "\eOA": previous-history
43 "\eOH": beginning-of-line