1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 09:13:10 +03:00
wezterm/docs/config/lua
Wez Furlong 8c3477006f Allow using unit like "1cell" or "5%" for window_padding
This commit introduces the `Dimension` type which allows specifying
a value in a variety of units; pixels, points, cells, percent.

`Dimension` needs contextual information to be evaluated as pixel
values, which makes resolving the value from the config slightly
more of a chore.

However, this type allows more flexible configurations that scale
with the font size and display dpi.

refs: #1124, #291, #195
2021-10-07 19:26:22 -07:00
..
config Allow using unit like "1cell" or "5%" for window_padding 2021-10-07 19:26:22 -07:00
keyassignment docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
pane docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
wezterm Update docs/config/lua/wezterm/action_callback.md 2021-09-25 15:42:08 -07:00
window Typo fix: "overriden" -> "overridden" 2021-10-02 14:33:06 -07:00
window-events docs: cross link the bell related configs 2021-09-26 19:01:58 -07:00
general.md docs: start adding a reference section for Config 2021-01-18 17:31:39 -08:00
PaneInformation.md Add support for iTerm2's SetUserVar escape 2021-04-25 14:30:06 -07:00
SpawnCommand.md docs: more pane related docs 2020-10-10 10:49:36 -07:00
SshDomain.md docs: document various missing things 2021-02-20 10:40:26 -08:00
TabInformation.md add format-tab-title event 2021-04-24 17:59:39 -07:00
TlsDomainClient.md docs: document various missing things 2021-02-20 10:40:26 -08:00
TlsDomainServer.md docs: document various missing things 2021-02-20 10:40:26 -08:00