aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorCottser2022-01-09 02:45:54 +0000
committerGitHub2022-01-09 02:45:54 +0000
commit97e12f5c5a26cbbc2eddffd91a2e506403d4d453 (patch)
tree87293494d48071c537d422bbf2c621db3c22388b /book
parent05e5520ec0fba35316519dca233277761e8fd17f (diff)
docs: editor.filepicker -> editor.file-picker (#1465)
Diffstat (limited to 'book')
-rw-r--r--book/src/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 33a933b2..be1a0809 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -25,7 +25,7 @@ To override global configuration parameters, create a `config.toml` file located
| `auto-info` | Whether to display infoboxes | `true` |
| `true-color` | Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative. | `false` |
-`[editor.filepicker]` section of the config. Sets options for file picker and global search. All but the last key listed in the default file-picker configuration below are IgnoreOptions: whether hidden files and files listed within ignore files are ignored by (not visible in) the helix file picker and global search. There is also one other key, `max-depth` available, which is not defined by default.
+`[editor.file-picker]` section of the config. Sets options for file picker and global search. All but the last key listed in the default file-picker configuration below are IgnoreOptions: whether hidden files and files listed within ignore files are ignored by (not visible in) the helix file picker and global search. There is also one other key, `max-depth` available, which is not defined by default.
| Key | Description | Default |
|--|--|---------|