21 lines
339 B
TOML
21 lines
339 B
TOML
live_config_reload = true
|
|
|
|
[font]
|
|
normal = { family = "JetBrainsMono NF", style = "Regular" }
|
|
size = 9.5
|
|
|
|
[window]
|
|
dynamic_padding = true
|
|
opacity = 0.9
|
|
decorations = "None"
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[scrolling]
|
|
history = 10000
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|