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 /helix-term/src/main.rs | |
parent | 3f603b27f1251cb77462d350d3f8277546b765de (diff) |
Add --edit-config flag to directly open config.toml (#1771)
Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
Diffstat (limited to 'helix-term/src/main.rs')
-rw-r--r-- | helix-term/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index cde26c2e..607f1f59 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -60,6 +60,7 @@ ARGS: FLAGS: -h, --help Prints help information + --edit-config Opens the helix config file --tutor Loads the tutorial --health [LANG] Checks for potential errors in editor setup If given, checks for config errors in language LANG |