Skip to content

v1.1.11

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06: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-q on 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-o no 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, Esc cancels and returns to editing instead of being swallowed.

Removed

  • All Fn function keys (F2/F3/F4/F7/F10) lose their default bindings — use Ctrl-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 :tab and 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