haiku/data/etc/inputrc
Adrien Destugues 41660cabf4 readline: enable mark-symlinked-directories
This allows "ls /sys<TAB>" to complete to "/system/" rather than
"/system". It restores the behavior as it was before we outsourced bash.
2014-10-19 12:14:08 +02:00

15 lines
272 B
Plaintext

# 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
set mark-symlinked-directories On