xref: /haiku/data/etc/inputrc (revision 51576592ed1920aa51946fe87060e55376cbb3e0)
1# readline input configuration
2
3"\e[5~": history-search-backward
4"\e[6~": history-search-forward
5"\e[3~": delete-char
6"\eO5D": backward-word
7"\eO5C": forward-word
8
9# UTF-8 support
10set meta-flag on
11set output-meta on
12set convert-meta off
13