18 lines
275 B
TOML
18 lines
275 B
TOML
|
live_config_reload = true
|
||
|
|
||
|
[shell]
|
||
|
program = "pwsh"
|
||
|
args = ["-NoLogo"]
|
||
|
|
||
|
[window]
|
||
|
dimensions.columns = 120
|
||
|
dimensions.lines = 30
|
||
|
dynamic_padding = true
|
||
|
dynamic_title = true
|
||
|
|
||
|
[font]
|
||
|
normal.family = "CaskaydiaCove Nerd Font"
|
||
|
|
||
|
[cursor]
|
||
|
style.shape = "Beam"
|
||
|
style.blinking = "Off"
|