xref: /haiku/data/etc/inputrc (revision 9760dcae2038d47442f4658c2575844c6cf92c40)
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