1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/docs/config
Wez Furlong a6316315bb wezterm: introduce concept of Pane to the Mux model
This adds an extra level of indirection to the Mux model;
previously we allowed for Windows to contain an ordered
collection of Tabs, where each Tab represented some kind
of pty.

This change effectively renames the existing Tab trait to Pane
and introduces a new Tab container, so the new model is that
a Window contains an ordered collection of Tabs, and each Tab
can have a single optional Pane.

refs: https://github.com/wez/wezterm/issues/157
2020-09-20 08:27:32 -07:00
..
appearance.markdown docs: update link to upstream color schemes 2020-06-20 19:06:06 -07:00
files.markdown docs: update for lua configuration syntax 2020-04-06 16:32:16 -07:00
font-shaping.markdown docs: update for lua configuration syntax 2020-04-06 16:32:16 -07:00
fonts.markdown Add bold_brightens_ansi_colors configuration option 2020-07-18 09:02:56 -07:00
keys.markdown wezterm: introduce concept of Pane to the Mux model 2020-09-20 08:27:32 -07:00
launch.markdown docs: update for latest release tag 2020-06-20 16:07:21 -07:00
lua.markdown docs: fill in version in place of "nightly" for some newer features 2020-05-03 18:24:55 -07:00
misc.markdown wezterm: add tab_max_width config option 2020-08-29 10:45:01 -07:00