Releases: rvaccone/wind.nvim
Releases · rvaccone/wind.nvim
Release list
v1.0.0
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/splitbelowconfiguration - 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
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.