Skip to content

Instantly share code, notes, and snippets.

@denalena
Last active October 10, 2019 10:16
Show Gist options
  • Save denalena/653fd37c05ddcefa53aef82a833242d2 to your computer and use it in GitHub Desktop.
Save denalena/653fd37c05ddcefa53aef82a833242d2 to your computer and use it in GitHub Desktop.
[inputrc] useful configuration for your daily fun with #bash
# use arrow keys to search history for a command, e.g. "cd "
"\e[A": history-search-backward
"\e[B": history-search-forward
# list more than one possible completion
set show-all-if-ambiguous on
# case insensitive filename completion
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment