ba6b75011b
The config file is in TOML from 0.13 onwards.
16 lines
180 B
TOML
16 lines
180 B
TOML
[font]
|
|
[font.bold]
|
|
family = "SFMono"
|
|
|
|
[font.normal]
|
|
family = "SFMono"
|
|
|
|
[[keyboard.bindings]]
|
|
chars = "\x0c"
|
|
key = "K"
|
|
mods = "Control"
|
|
|
|
[window.dimensions]
|
|
columns = 200
|
|
lines = 3
|