Skip to content

Instantly share code, notes, and snippets.

@espdev
Last active April 8, 2020 13:38
Show Gist options
  • Save espdev/5fe616f0107338bd2b37 to your computer and use it in GitHub Desktop.
Save espdev/5fe616f0107338bd2b37 to your computer and use it in GitHub Desktop.
The bash inputrc config for convenient autocompletion
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e\e": kill-whole-line
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