|
1 | | -# When this file is named "default_settings" and is in the binaries |
2 | | -# directory or profile directory, it provides enhanced default settings. |
3 | | - |
4 | | -# Override built-in default settings with ones that provide a more |
5 | | -# enhanced Clink experience. |
6 | | - |
7 | | -autosuggest.enable = True |
8 | | -clink.default_bindings = windows |
9 | | -cmd.ctrld_exits = False |
10 | | -color.arginfo = sgr 38;5;172 |
11 | | -color.argmatcher = sgr 1;38;5;40 |
12 | | -color.cmd = bold |
13 | | -color.cmdredir = sgr 38;5;172 |
14 | | -color.cmdsep = sgr 38;5;214 |
15 | | -color.comment_row = sgr 38;5;87;48;5;18 |
16 | | -color.description = sgr 38;5;39 |
17 | | -color.doskey = sgr 1;38;5;75 |
18 | | -color.executable = sgr 1;38;5;33 |
19 | | -color.filtered = bold |
20 | | -color.flag = sgr 38;5;117 |
21 | | -color.hidden = sgr 38;5;160 |
22 | | -color.histexpand = sgr 97;48;5;55 |
23 | | -color.horizscroll = sgr 38;5;16;48;5;30 |
24 | | -color.input = sgr 38;5;222 |
25 | | -color.readonly = sgr 38;5;28 |
26 | | -color.selected_completion = sgr 7 |
27 | | -color.selection = sgr 38;5;16;48;5;179 |
28 | | -color.suggestion = sgr 38;5;239 |
29 | | -color.unrecognized = sgr 38;5;203 |
30 | | -history.max_lines = 25000 |
31 | | -history.time_stamp = show |
32 | | -match.expand_envvars = True |
33 | | -match.substring = True |
34 | | - |
| 1 | +# When this file is named "default_settings" and is in the binaries |
| 2 | +# directory or profile directory, it provides enhanced default settings. |
| 3 | + |
| 4 | +# Override built-in default settings with ones that provide a more |
| 5 | +# enhanced Clink experience. |
| 6 | + |
| 7 | +autosuggest.enable = True |
| 8 | +clink.default_bindings = windows |
| 9 | +cmd.ctrld_exits = False |
| 10 | +color.arginfo = sgr 38;5;172 |
| 11 | +color.argmatcher = sgr 1;38;5;40 |
| 12 | +color.cmd = bold |
| 13 | +color.cmdredir = sgr 38;5;172 |
| 14 | +color.cmdsep = sgr 38;5;135 |
| 15 | +color.comment_row = sgr 38;5;87;48;5;18 |
| 16 | +color.description = sgr 38;5;39 |
| 17 | +color.doskey = sgr 1;38;5;75 |
| 18 | +color.executable = sgr 1;38;5;33 |
| 19 | +color.filtered = bold |
| 20 | +color.flag = sgr 38;5;117 |
| 21 | +color.hidden = sgr 38;5;160 |
| 22 | +color.histexpand = sgr 97;48;5;55 |
| 23 | +color.horizscroll = sgr 38;5;16;48;5;30 |
| 24 | +color.input = sgr 38;5;214 |
| 25 | +color.readonly = sgr 38;5;28 |
| 26 | +color.selected_completion = sgr 7 |
| 27 | +color.selection = sgr 38;5;16;48;5;179 |
| 28 | +color.unrecognized = sgr 38;5;203 |
| 29 | +history.max_lines = 25000 |
| 30 | +history.time_stamp = show |
| 31 | +match.expand_envvars = True |
| 32 | +match.substring = True |
| 33 | + |
0 commit comments