$if Bash # Search history back and forward using page-up and page-down "\e[5~": history-search-backward "\e[6~": history-search-forward ## arrow up "\e[A":history-search-backward ## arrow down "\e[B":history-search-forward # Completion set match-hidden-files off set page-completions off set completion-query-items 350 set show-all-if-ambiguous on $endif