mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
a11f036d87
Build the docs by installing mdbook and then running: `mdbook build docs` or run them live with `mdbook serve docs`
1006 B
1006 B
Configuration Files
wezterm
will look for a TOML configuration file in the following locations,
stopping at the first file that it finds:
- If the environment variable
$WEZTERM_CONFIG_FILE
is set, it will be treated as the path to a configuration file. - On Windows,
wezterm.toml
from the directory that containswezterm.exe
. This is handy for users that want to carry their wezterm install around on a thumb drive. $HOME/.config/wezterm/wezterm.toml
,$HOME/.wezterm.toml
wezterm
will watch the config file that it loads;
if/when it changes, the configuration will be
automatically reloaded and the majority of options
will take effect immediately. You may also use the
CTRL+SHIFT+R
keyboard shortcut to force the configuration to be reloaded.
Configuration is currently very simple and the format is considered unstable and subject
to change. The code for configuration can be found in src/config/mod.rs
.