aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorJoe2022-03-09 18:34:12 +0000
committerGitHub2022-03-09 18:34:12 +0000
commit8d7a25b4d49ef5cd7f5d85585d60e52bdc2bc0c5 (patch)
treebcac808dbb22a0f7931382190a809524ec28bfe6 /book/src
parent3f603b27f1251cb77462d350d3f8277546b765de (diff)
Add --edit-config flag to directly open config.toml (#1771)
Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
Diffstat (limited to 'book/src')
-rw-r--r--book/src/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 023f7dc1..2e4cab8a 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -5,6 +5,8 @@ To override global configuration parameters, create a `config.toml` file located
* Linux and Mac: `~/.config/helix/config.toml`
* Windows: `%AppData%\helix\config.toml`
+> Note: You may use `hx --edit-config` to create and edit the `config.toml` file.
+
Example config:
```toml