Skip to content

Instantly share code, notes, and snippets.

@cooniur
Created April 23, 2015 00:38
Show Gist options
  • Select an option

  • Save cooniur/a249d5bc14553f49d234 to your computer and use it in GitHub Desktop.

Select an option

Save cooniur/a249d5bc14553f49d234 to your computer and use it in GitHub Desktop.
Linux/Mac: ~/.inputsrc
# Make Tab autocomplete regardless of filename case
set completion-ignore-case on
# List all matches in case multiple possible completions are possible
set show-all-if-ambiguous on
# Immediately add a trailing slash when autocompleting symlinks to directories
set mark-symlinked-directories on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment