Skip to content

Commit 6f3f6d1

Browse files
committed
Fix filemanager options
1 parent 2b2576c commit 6f3f6d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

filemanager-plugin/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ If the directory is expanded, there will be a `+` to the left of it. If it is co
2020

2121
| Option | Purpose | Default |
2222
| :--------------------------- | :----------------------------------------------------------- | :------ |
23-
| `filemanager-showdotfiles` | Show dotfiles (hidden if false) | `true` |
24-
| `filemanager-showignored` | Show gitignore'd files (hidden if false) | `true` |
25-
| `filemanager-compressparent` | Collapse the parent dir when left is pressed on a child file | `true` |
26-
| `filemanager-foldersfirst` | Sorts folders above any files | `true` |
27-
| `filemanager-openonstart` | Automatically open the file tree when starting Micro | `false` |
23+
| `filemanager.showdotfiles` | Show dotfiles (hidden if false) | `on` |
24+
| `filemanager.showignored` | Show gitignore'd files (hidden if false) | `on` |
25+
| `filemanager.compressparent` | Collapse the parent dir when left is pressed on a child file | `on` |
26+
| `filemanager.foldersfirst` | Sorts folders above any files | `on` |
27+
| `filemanager.openonstart` | Automatically open the file tree when starting Micro | `off` |
2828

2929
### Commands and Keybindings
3030

0 commit comments

Comments
 (0)