# ~/.inputrc -*- conf -*- # Include the system inputrc $include /etc/inputrc # Emacs shell-like history navigation "\C-p": history-search-backward "\ep": history-search-backward "\C-n": history-search-forward "\en": history-search-forward # Global settings set mark-symlinked-directories on set visible-stats on set blink-matching-paren on set completion-ignore-case on set completion-prefix-display-length 3 set show-all-if-ambiguous on set show-all-if-unmodified on set enable-bracketed-paste on