aboutsummaryrefslogtreecommitdiff
path: root/misc/.inputrc
blob: 9ef6cbc0d6d486f657bcdda7cd3e53a7efac42d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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