aboutsummaryrefslogtreecommitdiff
path: root/misc/.inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/.inputrc')
-rw-r--r--misc/.inputrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/.inputrc b/misc/.inputrc
new file mode 100644
index 0000000..9ef6cbc
--- /dev/null
+++ b/misc/.inputrc
@@ -0,0 +1,12 @@
+# Reduce tab completion key presses and show suggestions
+set show-all-if-ambiguous on
+# Color files by types
+set colored-stats On
+# Append char to indicate type
+set visible-stats On
+# Mark symlinked directories
+set mark-symlinked-directories On
+# Color the common prefix
+set colored-completion-prefix On
+# Color the common prefix in menu-complete
+set menu-complete-display-prefix On