Skip to content

Instantly share code, notes, and snippets.

@victoraguilarc
Created September 18, 2013 05:07
Show Gist options
  • Save victoraguilarc/6604791 to your computer and use it in GitHub Desktop.
Save victoraguilarc/6604791 to your computer and use it in GitHub Desktop.
# Make sure the system settings for input are used to
$include /etc/inputrc
# Autocomplete on the first hit of the tab key
set show-all-if-ambiguous on
# Do not alert when autocomplete
set bell-style none
# Readline will display completions with matches sorted horizontally in alphabetical order
set print-completions-horizontally on
"\e[A": history-search-backward
"\e[B": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment