Skip to content

Commit

Permalink
document USR1 signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
krgn committed Sep 27, 2022
1 parent e05a761 commit b924a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ hidden = false
You may also specify a file to use for configuration with the `-c` or
`--config` CLI argument: `hx -c path/to/custom-config.toml`.

It is also possible to trigger configuration file reloading by sending the `USR1`
signal to the helix process, e.g. via `pkill -USR1 hx`. This is only supported
on unix operating systems.

## Editor

### `[editor]` Section
Expand Down

0 comments on commit b924a30

Please sign in to comment.