File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments