$include /etc/inputrc
set input-meta on
set output-meta on
set convert-meta off
# visible bell
set bell-style visible
# Ctrl-Right arrow
#"\e[1;5C": forward-word
# Ctrl-Left arrow
#"\e[1;5D": backward-word
"\C-x\C-k": kill-whole-line
$if term=screen
"\e[7~": beginning-of-line
"\e[8~": end-of-line
"\eOC": forward-word
"\eOD": backward-word
$endif
# Ignore case on tab complete
set completion-ignore-case on
# history search
"\e[A":history-search-backward
"\e[B":history-search-forward
set show-all-if-ambiguous off
set visible-stats on
set colored-stats on
# bell
set bell-style audible