docs/features/file-explorer.md
Fresh includes a built-in file explorer.
Ctrl+B to show/hide the file explorer sidebar. When a nested file is active, toggling on expands the tree and reveals the file.Ctrl+E to switch focus between the file explorer and editor.Preview tabs are enabled by default. Turn them off in the Settings UI if you prefer every click to open a permanent tab.
Ctrl+C / Ctrl+X / Ctrl+V — copy, cut, or paste the selection. Same-directory copy auto-appends copy / copy 2 etc. Same-directory cut is a no-op. Paste into a different directory with a name conflict prompts per-file: (o)verwrite, (O) all, (s)kip, (S) all, (c)ancel.Shift+Up / Shift+Down extend a multi-select range from the current anchor; all clipboard operations (and delete) act on the whole selection.The sidebar's width is configurable via file_explorer.width in settings. It accepts either form:
"30%"."24".Dragging the divider preserves whichever form you configured — a sidebar set up as a percent stays a percent after you drag it.
.gitignore by default, and auto-reloads when .gitignore changes on disk.See it in action: Preview Tabs in the 0.3.0 blog.