ipv6 kernel parameters
[dotFiles.git] / .inputrc
blobe53fce53017786ec42ad7e82f222aa796f438939
1 # none beep
2 set bell-style none
4 # History search
5 "\e[A":history-search-backward
6 "\e[B":history-search-forward
7 #"\C-p":history-search-backward
8 #"\C-n":history-search-forward
10 # color files by types
11 set colored-stats on
12 # Append char to indicate type
13 set visible-stats on
14 # Mark symlinked directories
15 set mark-symlinked-directories on
16 # Color the common prefix
17 set colored-completion-prefix on
18 # Color the common prefix in menu-complete
19 set menu-complete-display-prefix on
21 # Disabling control echo
22 set echo-control-characters off