- commit
- 91b710f
- parent
- 0b399bc
- author
- xxwhirlpool
- date
- 2026-04-09 00:53:24 -0400 EDT
more inputrc
1 files changed,
+12,
-0
+12,
-0
1@@ -1,3 +1,15 @@
2+set completion-ignore-case on
3+
4+# Treat hyphens and underscores as equivalent
5+set completion-map-case on
6+
7+# display possible completions using different colors
8+# to indicate their file types
9+set colored-stats on
10+
11+# stuff from wizardzines:
12+# https://wizardzines.com/comics/filename-tips-in-the-shell/
13 set show-all-if-ambiguous on
14 set menu-complete-display-prefix on
15 TAB: menu-complete
16+"\e[Z":menu-complete-backward