vcom/internal/fs
vrubelroman 33974cdcb7 Fix archive cursor, navigation, and format cycling color
- Reset cursor to '..' (position 0) when entering an archive so it
  doesn't stay at the previous directory's cursor position
- Fix archive exit landing in /tmp when pressing Enter on '..' inside
  an archive by delegating to archive-aware goParent() in enterSelected()
- Fix goParent() to handle ALL navigation within archive mounts
  explicitly instead of falling through to filepath.Dir which may
  navigate outside the mount to /tmp
- Fix format cycling text color reset by preserving '(f to change)'
  hint in modal note, ensuring renderModalNoteLine applies proper
  key/action styling via the '(' separator match
2026-04-27 15:30:39 +03:00
..
archive.go Fix archive cursor, navigation, and format cycling color 2026-04-27 15:30:39 +03:00
entry.go add .nix to textExtensions 2026-04-27 14:25:19 +03:00
ops.go Add F2 rename flow and improve modal key hints 2026-04-24 13:15:04 +03:00
ops_test.go Add F2 rename flow and improve modal key hints 2026-04-24 13:15:04 +03:00
preview.go feat: add 11 new color themes (ayu-dark, breeze, catppuccin-lavender, cyberpunk, dracula, eldritch, kanagawa, kanagawa-paper, rose-pine, solarized-dark, vesper) 2026-04-27 14:40:44 +03:00
scan.go Refine mouse interactions and info pane UX 2026-04-22 22:50:30 +03:00