Skip to content

Commit b924a30

Browse files
committed
document USR1 signal handling
1 parent e05a761 commit b924a30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/src/configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ hidden = false
2828
You may also specify a file to use for configuration with the `-c` or
2929
`--config` CLI argument: `hx -c path/to/custom-config.toml`.
3030

31+
It is also possible to trigger configuration file reloading by sending the `USR1`
32+
signal to the helix process, e.g. via `pkill -USR1 hx`. This is only supported
33+
on unix operating systems.
34+
3135
## Editor
3236

3337
### `[editor]` Section

0 commit comments

Comments
 (0)