aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
Diffstat (limited to 'book')
-rw-r--r--book/src/configuration.md2
-rw-r--r--book/src/generated/typable-cmd.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 2b29379e..f110edd7 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -5,7 +5,7 @@ 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.
+> Hint: You can easily open the config file by typing `:config-open` within Helix normal mode.
Example config:
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 2d89c97f..1ee2fac4 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -55,3 +55,5 @@
| `:sort` | Sort ranges in selection. |
| `:rsort` | Sort ranges in selection in reverse order. |
| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. |
+| `:config-reload` | Refreshes helix's config. |
+| `:config-open` | Open the helix config.toml file. |