Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Last active October 16, 2019 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkmeneguello/ff607962a92b2aa300677a76f09c61e1 to your computer and use it in GitHub Desktop.
Save bkmeneguello/ff607962a92b2aa300677a76f09c61e1 to your computer and use it in GitHub Desktop.
$include /etc/inputrc
# Search history with key UP/DOWN
"\e[A": history-search-backward
"\e[B": history-search-forward
# Display all matching commands on TAB
set show-all-if-ambiguous on
# Display matching commands ignoring case
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment