v1.1.11
Added
- Per-pane file navigation: starting without a file, splitting a pane, or opening a new tab now opens a file picker at the parent pane's directory. Pressing
Ctrl-qon an empty-born pane opens a picker offering files to switch into before closing. Startup, split, and tab workflows are unified under a single per-pane model.
Changed
Ctrl-ono longer prompts to save before opening the file picker; the save prompt is deferred until you actually switch to a file, matching:open.- In the quit selector,
Esccancels and returns to editing instead of being swallowed.
Removed
- All
Fnfunction keys (F2/F3/F4/F7/F10) lose their default bindings — useCtrl-s(save),Ctrl-f(find),Ctrl-q(quit). F-key identification is retained, so Fn keys can still be bound manually in settings.
Fixed
Ctrl-t(new tab) now opens the file picker on the new pane, matching:taband the split shortcuts.- Quitting a modified noName pane no longer asks twice whether to save — the prompt appears once, at the actual point of discarding changes.
- Markdown files opened into a pane whose first file was not Markdown now render correctly (code blocks, headings, and table borders previously broke).
Full Changelog: v1.1.10...v1.1.11