$include /etc/inputrc set horizontal-scroll-mode Off set editing-mode vi set show-mode-in-prompt on set completion-ignore-case on set completion-map-case on set revert-all-at-newline on set show-all-if-ambiguous on set show-all-if-unmodified on set skip-completed-text on set mark-directories on set visible-stats on set colored-stats on set match-hidden-files off set keymap vi-command C-p: reverse-search-history C-n: forward-search-history set keymap vi-insert C-l: clear-screen C-p: reverse-search-history C-n: forward-search-history "\e[A": history-search-backward "\e[B": history-search-forward