mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-07 21:10:00 +00:00
Update default_settings
This commit is contained in:
parent
e90731f427
commit
fe46ed7847
@ -1,32 +1,32 @@
|
|||||||
# When this file is named "default_settings" and is in the binaries
|
# When this file is named "default_settings" and is in the binaries
|
||||||
# directory or profile directory, it provides enhanced default settings.
|
# directory or profile directory, it provides enhanced default settings.
|
||||||
|
|
||||||
# Override built-in default settings with ones that provide a more
|
# Override built-in default settings with ones that provide a more
|
||||||
# enhanced Clink experience.
|
# enhanced Clink experience.
|
||||||
|
|
||||||
clink.default_bindings = windows
|
clink.default_bindings = windows
|
||||||
cmd.ctrld_exits = False
|
clink.autoupdate = off
|
||||||
color.arginfo = sgr 38;5;172
|
cmd.ctrld_exits = False
|
||||||
color.argmatcher = sgr 1;38;5;40
|
color.arginfo = sgr 38;5;172
|
||||||
color.cmd = bold
|
color.argmatcher = sgr 1;38;5;40
|
||||||
color.cmdredir = sgr 38;5;172
|
color.cmd = bold
|
||||||
color.cmdsep = sgr 38;5;135
|
color.cmdredir = sgr 38;5;172
|
||||||
color.comment_row = sgr 38;5;87;48;5;18
|
color.cmdsep = sgr 38;5;135
|
||||||
color.description = sgr 38;5;39
|
color.comment_row = sgr 38;5;87;48;5;18
|
||||||
color.doskey = sgr 1;38;5;75
|
color.description = sgr 38;5;39
|
||||||
color.executable = sgr 1;38;5;33
|
color.doskey = sgr 1;38;5;75
|
||||||
color.filtered = bold
|
color.executable = sgr 1;38;5;33
|
||||||
color.flag = sgr 38;5;117
|
color.filtered = bold
|
||||||
color.hidden = sgr 38;5;160
|
color.flag = sgr 38;5;117
|
||||||
color.histexpand = sgr 97;48;5;55
|
color.hidden = sgr 38;5;160
|
||||||
color.horizscroll = sgr 38;5;16;48;5;30
|
color.histexpand = sgr 97;48;5;55
|
||||||
color.input = sgr 38;5;214
|
color.horizscroll = sgr 38;5;16;48;5;30
|
||||||
color.readonly = sgr 38;5;28
|
color.input = sgr 38;5;214
|
||||||
color.selected_completion = sgr 7
|
color.readonly = sgr 38;5;28
|
||||||
color.selection = sgr 38;5;16;48;5;179
|
color.selected_completion = sgr 7
|
||||||
color.unrecognized = sgr 38;5;203
|
color.selection = sgr 38;5;16;48;5;179
|
||||||
history.max_lines = 25000
|
color.unrecognized = sgr 38;5;203
|
||||||
history.time_stamp = show
|
history.max_lines = 25000
|
||||||
match.expand_envvars = True
|
history.time_stamp = show
|
||||||
match.substring = True
|
match.expand_envvars = True
|
||||||
|
match.substring = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user