Skip to content

Instantly share code, notes, and snippets.

@suzmas
Last active June 8, 2017 17:54
Show Gist options
  • Save suzmas/5f7d2ab05748fe4beec2e079187c4ebb to your computer and use it in GitHub Desktop.
Save suzmas/5f7d2ab05748fe4beec2e079187c4ebb to your computer and use it in GitHub Desktop.
Inputrc customization to aid in my laziness
# use up/down arrow keys to flip through history for specific command, or beginning of specific command
"\e[A": history-search-backward
"\e[B": history-search-forward
# tab through completion matches if ambiguous
set show-all-if-ambiguous on
# case insensitive tab completion
set completion-ignore-case on
TAB: menu-complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment