# ~/.inputrc -*- conf -*- # Include the system inputrc $include /etc/inputrc # Emacs shell-like history navigation "\ep": history-search-backward "\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