We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05a761 commit b924a30Copy full SHA for b924a30
book/src/configuration.md
@@ -28,6 +28,10 @@ hidden = false
28
You may also specify a file to use for configuration with the `-c` or
29
`--config` CLI argument: `hx -c path/to/custom-config.toml`.
30
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
+
35
## Editor
36
37
### `[editor]` Section
0 commit comments