Created
November 17, 2016 05:31
-
-
Save xuhdev/30a695c37e31e2e75bf0e58658353063 to your computer and use it in GitHub Desktop.
My inputrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$include /etc/inputrc | |
"\C-p":history-search-backward | |
"\C-n":history-search-forward | |
set colored-stats On | |
set completion-ignore-case On | |
set completion-prefix-display-length 3 | |
set mark-symlinked-directories On | |
set show-all-if-ambiguous On | |
set show-all-if-unmodified On | |
set visible-stats On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment