# inputrc

# Use case-insensitive tab autocompletion
set completion-ignore-case on

# Make tab cycle through possible completions
"\t": menu-complete

# Use the string that has already been typed as the prefix for searching
# through commands (i.e. more intelligent Up/Down behavior)
"\e[B": history-search-forward
"\e[A": history-search-backward