migration from private to rsa
[external/bash.git] / debian / etc.inputrc
1 # /etc/inputrc - global inputrc for libreadline
2 # See readline(3readline) and `info readline' for more information.
3
4 # Be 8 bit clean.
5 set input-meta on
6 set output-meta on
7
8 # To allow the use of german 8bit-characters like the german umlauts, comment
9 # out the two lines below. However this makes the meta key not work as a meta
10 # key, which is annoying to those which don't need to type in 8-bit characters.
11
12 #set meta-flag on
13 #set convert-meta off
14
15 # use a visible bell if one is available
16 #set bell-style none
17 #set bell-style visible