]> git.phdru.name Git - dotfiles.git/commitdiff
.inputrc: update
authorOleg Broytman <phd@phdru.name>
Sun, 5 Jun 2016 21:22:36 +0000 (00:22 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 5 Jun 2016 21:22:36 +0000 (00:22 +0300)
.inputrc

index ee986ae4792a4a1b3032fade861e25581b20530c..e29d1c9a2c91333bcfeb125e28684a26eb9baff1 100644 (file)
--- 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