Skip to content

Releases: rvaccone/wind.nvim

v1.0.0

Choose a tag to compare

@rvaccone rvaccone released this 07 Jul 21:00

A ground-up redesign around destination-first navigation.

  • Windows are indexed 1-9 by screen position; focus, move, swap, and close them by number
  • Creation anchors at the current window and behaves the same under any splitright/splitbelow configuration
  • Reveal: number badges on hesitation, never on fast typing, styled by your colorscheme
  • Zoom lens: navigation moves the lens while the layout stays locked
  • Layout history with count-aware, dot-repeatable undo and redo
  • Breaths: hold layouts, return to them by number, toggle the alternate
  • Statusline component for window indexes, health checks, vimdoc, CI

Breaking changes from v0.1.0: new configuration schema, clipboard module removed, directional keymaps removed. Pin version = "v0.1.0" to stay on the old design.

v0.1.0 — final release of the original design

Choose a tag to compare

@rvaccone rvaccone released this 07 Jul 21:00

The last release of wind.nvim's original design. Pin this version if you depend on the previous behavior (directional keymaps, the clipboard module, the old configuration schema):

{ "rvaccone/wind.nvim", version = "v0.1.0", opts = {} }

v1.0.0 is a ground-up redesign with breaking changes.