Merge pull request #2003 from injust/patch-1

Update docs for `window-padding-x/y`
This commit is contained in:
Mitchell Hashimoto
2024-07-28 07:06:22 -07:00
committed by GitHub

View File

@ -646,7 +646,8 @@ keybind: Keybinds = .{},
/// to pick a reasonable value. If you pick an unreasonable value, a warning
/// will appear in the logs.
///
/// Changing these values will only apply after restart.
/// Changing this configuration at runtime will only affect new terminals,
/// i.e. new windows, tabs, etc.
@"window-padding-x": u32 = 2,
@"window-padding-y": u32 = 2,