mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Fix file-picker.follow-symlinks
config option name in docs (#6685)
This commit is contained in:
parent
e72ad1e731
commit
5106a124ed
@ -161,7 +161,7 @@ ### `[editor.file-picker]` Section
|
||||
| Key | Description | Default |
|
||||
|--|--|---------|
|
||||
|`hidden` | Enables ignoring hidden files | true
|
||||
|`follow-links` | Follow symlinks instead of ignoring them | true
|
||||
|`follow-symlinks` | Follow symlinks instead of ignoring them | true
|
||||
|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | true
|
||||
|`parents` | Enables reading ignore files from parent directories | true
|
||||
|`ignore` | Enables reading `.ignore` files | true
|
||||
|
Loading…
Reference in New Issue
Block a user