comparison inputrc @ 48:39bdd245431b

Add inputrc to make tab-complete do colour highlighting File based on default openSUSE inputrc
author IBBoard <dev@ibboard.co.uk>
date Sat, 25 Mar 2017 11:14:52 +0000
parents
children bd8a93004421
comparison
equal deleted inserted replaced
47:066d31abcee4 48:39bdd245431b
1 ################################################################################
2 ## ~/.inputrc
3 ##
4 ## Control the behaviour of the readline library used e.g.
5 ## by the bash in the interactive mode for line editing.
6 ##
7 ################################################################################
8 #
9 # The bell style used e.g. on error or tab completion, possible values
10 # are `none', `visible', and `audible' the ringing the bell.
11 #
12 #set bell-style none
13
14 #
15 # If set to on, words which have more than one possible completion without
16 # any possible partial completion cause the matches to be listed immediately
17 # instead of ringing the bell.
18 #
19 #set show-all-if-unmodified on
20
21 #
22 # If set to on, words which have more than one possible completion cause the
23 # matches to be listed immediately instead of ringing the bell.
24 #
25 #set show-all-if-ambiguous on
26
27 #
28 # end
29 #
30 set colored-stats on