Skip to content

Instantly share code, notes, and snippets.

@kleo
Created October 22, 2016 17:08
Show Gist options
  • Select an option

  • Save kleo/864bc7a7fd0f8e08db6e87985814981a to your computer and use it in GitHub Desktop.

Select an option

Save kleo/864bc7a7fd0f8e08db6e87985814981a to your computer and use it in GitHub Desktop.
# Copy and paste this into
nano ~/.inputrc
# Completion case-insensitive
set completion-ignore-case On
# Tab to cycle through all possible completions
TAB: menu-complete
# Shift + tab to cycle backwards
# (Requires bash >= 4.0)
"\e[Z": menu-complete-backward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment