aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/main.rs
diff options
context:
space:
mode:
authorJoe2022-03-09 18:34:12 +0000
committerGitHub2022-03-09 18:34:12 +0000
commit8d7a25b4d49ef5cd7f5d85585d60e52bdc2bc0c5 (patch)
treebcac808dbb22a0f7931382190a809524ec28bfe6 /helix-term/src/main.rs
parent3f603b27f1251cb77462d350d3f8277546b765de (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.rs1
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