annotate inputrc @ 154:99a7805cb924

Fix Ubuntu's alias shortcomings
author IBBoard <dev@ibboard.co.uk>
date Tue, 30 May 2023 15:20:24 +0100
parents bd8a93004421
children
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 ################################################################################
107
bd8a93004421 Include the system inputrc to make Ctrl+Arrow work
IBBoard <dev@ibboard.co.uk>
parents: 48
diff changeset
8
bd8a93004421 Include the system inputrc to make Ctrl+Arrow work
IBBoard <dev@ibboard.co.uk>
parents: 48
diff changeset
9 $include /etc/inputrc
bd8a93004421 Include the system inputrc to make Ctrl+Arrow work
IBBoard <dev@ibboard.co.uk>
parents: 48
diff changeset
10
48
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 # 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
13 # 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
14 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 #set bell-style none
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 # 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
19 # 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
20 # instead of ringing the bell.
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 #set show-all-if-unmodified on
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23
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 # 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
26 # 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
27 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 #set show-all-if-ambiguous on
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 #
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 # end
39bdd245431b Add inputrc to make tab-complete do colour highlighting
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 #
107
bd8a93004421 Include the system inputrc to make Ctrl+Arrow work
IBBoard <dev@ibboard.co.uk>
parents: 48
diff changeset
33 set colored-stats on