From cad68fe4344d8283143324a6ce726f1f6a9488e7 Mon Sep 17 00:00:00 2001 From: Karsten Gebbert Date: Tue, 27 Sep 2022 09:16:57 +0200 Subject: [PATCH] document USR1 signal handling --- book/src/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/configuration.md b/book/src/configuration.md index fdabe7687dd3..862de19230b1 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -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