mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
a5b52de02c
If you haven't assigned `config.ssh_domains` to something else, this commit will populate it from the hosts it finds in your ssh config file. First it will emit no-multiplexing entries that allow ad-hoc ssh connections. Then it will emit wezterm multiplexing enabled versions of those entries. |
||
---|---|---|
.. | ||
battery | ||
color-funcs | ||
filesystem | ||
json | ||
logging | ||
mux | ||
plugin | ||
procinfo-funcs | ||
share-data | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
time-funcs | ||
window-funcs | ||
README.md |
The crates in this directory provide modules and functions to wezterm's lua config file and interface.
They are registered into the lua config via env-bootstrap.
It is advantageous to build times to have multiple, smaller, crates.