# Press TAB once (instead of twice) to auto-complete set show-all-if-ambiguous on # No bell. No ^G in output set bell-style none # Don't query user about viewing the number of possible completions set completion-query-items -1 # Display completions sorted horizontally, not vertically set print-completions-horizontally on # Don't use pager when showing completions set page-completions off set meta-flag on set input-meta on set convert-meta off set output-meta on "\e[1~": beginning-of-line "\e[4~": end-of-line "\e[5~": beginning-of-history "\e[6~": end-of-history "\e[3~": delete-char "\e[2~": quoted-insert "\e[5C": forward-word "\e[5D": backward-word # fix Home and End for German users "\e[7~": beginning-of-line "\e[8~": end-of-line