]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/etc/inputrc
core125: Ship JSON-C
[people/pmueller/ipfire-2.x.git] / config / etc / inputrc
CommitLineData
b21b0df6
MT
1# do not bell on tab-completion
2#set bell-style none
cd1a2927 3
b21b0df6
MT
4set meta-flag on
5set input-meta on
6set convert-meta off
7set output-meta on
cd1a2927 8
b21b0df6
MT
9# Completed names which are symbolic links to
10# directories have a slash appended.
11set mark-symlinked-directories on
cd1a2927 12
b21b0df6 13$if mode=emacs
65998e0a 14
b21b0df6 15# for linux console and RH/Debian xterm
cd1a2927
MT
16"\e[1~": beginning-of-line
17"\e[4~": end-of-line
b21b0df6
MT
18# commented out keymappings for pgup/pgdown to reach begin/end of history
19#"\e[5~": beginning-of-history
20#"\e[6~": end-of-history
21"\e[5~": history-search-backward
22"\e[6~": history-search-forward
cd1a2927
MT
23"\e[3~": delete-char
24"\e[2~": quoted-insert
b21b0df6
MT
25"\e[5C": forward-word
26"\e[5D": backward-word
27"\e[1;5C": forward-word
28"\e[1;5D": backward-word
cd1a2927 29
b21b0df6
MT
30# for rxvt
31"\e[8~": end-of-line
32"\eOc": forward-word
33"\eOd": backward-word
34
35# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
cd1a2927
MT
36"\eOH": beginning-of-line
37"\eOF": end-of-line
38
b21b0df6 39# for freebsd console
cd1a2927
MT
40"\e[H": beginning-of-line
41"\e[F": end-of-line
b21b0df6 42$endif