Created
April 23, 2015 00:38
-
-
Save cooniur/a249d5bc14553f49d234 to your computer and use it in GitHub Desktop.
Linux/Mac: ~/.inputsrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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