File: inputrc

package info (click to toggle)
readline4 4.3-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,960 kB
  • ctags: 2,537
  • sloc: ansic: 19,106; sh: 4,269; perl: 4,105; makefile: 1,354
file content (12 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.

# Be 8 bit clean.
set input-meta on
set output-meta on

# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.

# set convert-meta off