dots


dots / config
xxwhirlpool  ·  2026-04-09

.inputrc

 1set completion-ignore-case on
 2
 3# Treat hyphens and underscores as equivalent
 4set completion-map-case on
 5
 6# display possible completions using different colors
 7# to indicate their file types
 8set colored-stats on
 9
10# stuff from wizardzines:
11# https://wizardzines.com/comics/filename-tips-in-the-shell/
12set show-all-if-ambiguous on
13set menu-complete-display-prefix on
14TAB: menu-complete
15"\e[Z":menu-complete-backward