Skip to content

Instantly share code, notes, and snippets.

@TzuChiehHung
Last active May 14, 2020 01:53
Show Gist options
  • Save TzuChiehHung/48016ea4181cfdd10ecf8925d2283b44 to your computer and use it in GitHub Desktop.
Save TzuChiehHung/48016ea4181cfdd10ecf8925d2283b44 to your computer and use it in GitHub Desktop.
[inputrc config] #config
"\e[A": history-search-backward
"\e[B": history-search-forward
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
set menu-complete-display-prefix on
"\t": menu-complete
"\e[Z": menu-complete-backward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment