mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
docs: Note about automatic config reloading
This commit is contained in:
parent
06e7762fdb
commit
692f51c3c6
@ -7,9 +7,13 @@ title: Configuration
|
||||
`wezterm` will look for a TOML configuration file in `$HOME/.config/wezterm/wezterm.toml`,
|
||||
and then in `$HOME/.wezterm.toml`, stopping at the first file it finds.
|
||||
|
||||
`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.
|
||||
|
||||
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.rs`](https://github.com/wez/wezterm/blob/master/src/config.rs).
|
||||
|
||||
|
||||
### Font Related Configuration
|
||||
|
||||
The following options impact how text is rendered:
|
||||
|
Loading…
Reference in New Issue
Block a user