diff options
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # Make Tab autocomplete regardless of filename case set completion-ignore-case on + # Append a slash when autocompleting symbolic links to directories set mark-symlinked-directories on + # List all matches in case multiple possible completions are possible -set show-all-if-ambiguous on +set show-all-if-ambiguous on
\ No newline at end of file |