Added
- Each row in the file picker now shows a right-aligned file size (human-readable, e.g.
12.3K); directories are left blank. - FileSelector marks git-ignored files and directories with an
Iindicator, so build outputs and tooling caches likenode_modules/ordist/are easy to spot at a glance.
Changed
- The file picker's row layout was significantly reworked; the git status indicator is now consistently pinned to the right edge of each row instead of floating after the file name.
- The picker's bottom metadata line now includes file permissions alongside size and modified time.
- Optimized FileSelector code organization — all hotkey and command handlers moved to
command_neo.go, makingfilemanager.goa pure executor that only opens selectors.
Fixed
Ctrl-qon an empty pane in a too-narrow window now quits directly instead of hanging — the file selector can't fit, so it falls back to native quit.- Shrinking the window while the file selector is open no longer force-quits the editor; it just closes the selector and returns you to editing.
Full Changelog: v1.1.11...v1.1.12