gillyb / stable-windows

Keeps vim windows stable on layout changes
40 stars 1 forks source link
neovim neovim-plugin vim vim-layout vim-plugin vim-windows

❗ vim(9.0.0667) deprecates this plugin

A new option is now available in both vim(9.0.0667) and neovim(0.9) that should replace this plugin. The new 'splitkeep' option offers two new available behaviors.

Not maintained anymore

There are issues with this plugin, but I've decided that I'm not going to try to maintain it.
I also converted my nvim config to lua and am trying to use only lua based plugins.

A good lua based plugin that solves this same problem, and even better: stabilize.nvim

stable-windows

Keeps vim windows stable when layout changes.

It really annoys me when opening new windows in vim (especially using the quickfix or location list) and vim automatically adjusts the text in all the windows so the cursor line is centered.

This is what I'm talking about:
Unstable vim windows

And after using the 'stable-windows' plugin, your vim will behave like this: Stable vim windows

Installation

Usage

You do not need to do anything special (except installing) to use this plugin. Once it's loaded in vim, it will just work.

Please enjoy, feel free to contribute and keep on vimming.