1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

docs: improve SEO for finding how to specify window size

This commit is contained in:
Wez Furlong 2021-03-10 00:12:28 -08:00
parent da596b83be
commit fc3ebcedc1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# `initial_cols = 80`
Together with [initial_rows](initial_rows.md), configures the window size
for newly created windows.
Specifies the width of a new window, expressed in character cells.

View File

@ -1,3 +1,6 @@
# `initial_rows = 24`
Together with [initial_cols](initial_cols.md), configures the window size
for newly created windows.
Specifies the height of a new window, expressed in character cells.