$include /etc/inputrc
-set bell-style none
-set completion-ignore-case off
-
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
+# Make Tab autocomplete regardless of filename case
+#set completion-ignore-case on
+
+set bell-style none
+set expand-tilde off
+set print-completions-horizontally off
+#set show-all-if-ambiguous on
+
# Be more intelligent when autocompleting by also looking at the text after
# the cursor. For example, when the current line is "cd ~/src/mozil", and
# the cursor is on the "z", pressing Tab will not autocomplete it to "cd