From: Oleg Broytman Date: Sun, 5 Jun 2016 21:22:36 +0000 (+0300) Subject: .inputrc: update X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=4f1e99ed55bac8ea5169f2a9e667a2a8f1f2f6a7 .inputrc: update --- diff --git a/.inputrc b/.inputrc index ee986ae..e29d1c9 100644 --- a/.inputrc +++ b/.inputrc @@ -2,14 +2,19 @@ $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