File: inputrc

package info (click to toggle)
readline5 5.0-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,508 kB
  • ctags: 2,651
  • sloc: ansic: 19,931; sh: 5,061; perl: 4,105; makefile: 1,353
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