winshift.nvim icon indicating copy to clipboard operation
winshift.nvim copied to clipboard

Rearrange your windows with ease.

Results 7 winshift.nvim issues
Sort by recently updated
recently updated
newest added

Because this plugin already replaces some of the functionality of https://github.com/simeji/winresizer, I think it would be great to have the window resizing feature of that plugin. While window resizing could...

enhancement

Use-case: I use a [`no-neck-pain`](https://github.com/shortcuts/no-neck-pain.nvim) plugin, which adds two buffers on the sides. It doesn't work well with anything that changes layout, so I want to disable it when I...

I currently use the standard vim movements ` L` / ` R` to move a floating window into a split. It'd be nice if winshift.nvim could support the same movements,...

window swaps resize the windows. It would be ideal if this resizing could be switched on or off. actively looking into the code right now to understand/try a fix/perhaps open...

Right now using this plugin in the tty gives an error on setup because it attempts to set highlight groups with hex values. This borrows a hex color to 256...

The `Winshift swap` will change window sizes if `equalalways` is set to false. These changes explicitly make sure that swapping preserves the dimensions of the splits that are swapped. There...

In my config I have autocmd TermOpen,BufWinEnter,WinEnter,BufEnter term://* startinsert If I am in a regular buffer and do WinShift swap with a terminal buffer then the autocmd is triggered and...