diff options
author | Joe | 2022-03-09 18:34:12 +0000 |
---|---|---|
committer | GitHub | 2022-03-09 18:34:12 +0000 |
commit | 8d7a25b4d49ef5cd7f5d85585d60e52bdc2bc0c5 (patch) | |
tree | bcac808dbb22a0f7931382190a809524ec28bfe6 /book/src | |
parent | 3f603b27f1251cb77462d350d3f8277546b765de (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.md | 2 |
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 |