Mercurial > repos > other > linux
annotate inputrc @ 152:510c38f1cfc2
Add helpful Git defaults for branch, pull/merge and publishing
Also includes a broken command to try and alias adding to DVC
since it always gives you a command to run
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 11 Jan 2022 20:48:33 +0000 |
parents | bd8a93004421 |
children |
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 |