Skip to content

Instantly share code, notes, and snippets.

@xuhdev
Created November 17, 2016 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuhdev/30a695c37e31e2e75bf0e58658353063 to your computer and use it in GitHub Desktop.
Save xuhdev/30a695c37e31e2e75bf0e58658353063 to your computer and use it in GitHub Desktop.
My inputrc
$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