annotate inputrc @ 102:7f49998de821

Remove number literal colouring for PHP It doesn't add anything, it doesn't look great, and we've not got enough colours to make it work
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Apr 2018 20:21:37 +0100
parents 39bdd245431b
children bd8a93004421
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 ################################################################################
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 ## ~/.inputrc
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 ##
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 ## Control the behaviour of the readline library used e.g.
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 ## by the bash in the interactive mode for line editing.
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 ##
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 ################################################################################
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 # The bell style used e.g. on error or tab completion, possible values
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 # are `none', `visible', and `audible' the ringing the bell.
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 #set bell-style none
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 # If set to on, words which have more than one possible completion without
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 # any possible partial completion cause the matches to be listed immediately
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 # instead of ringing the bell.
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 #set show-all-if-unmodified on
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 # If set to on, words which have more than one possible completion cause the
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 # matches to be listed immediately instead of ringing the bell.
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 #set show-all-if-ambiguous on
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 # end
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 set colored-stats on