Files
haiku-beta6/data/etc/inputrc
T

13 lines
237 B
Plaintext
Raw Normal View History

2007-10-14 13:52:42 +00:00
# readline input configuration
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
"\eO5D": backward-word
"\eO5C": forward-word
# UTF-8 support
set meta-flag on
set output-meta on
set convert-meta off