From 7d022705ed126d78881fb7356e28f64ee7e540f4 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 5 Sep 2011 20:08:58 +0200 Subject: Initial commit. --- .inputrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .inputrc (limited to '.inputrc') diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..af7702b --- /dev/null +++ b/.inputrc @@ -0,0 +1,6 @@ +# 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 -- cgit v1.2.3