focus.nvim
focus.nvim copied to clipboard
Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!
Thought: The ability to Scroll and Page Up/Down the "other" window in a split. Other defined as all window/s that do not have the present focus. I'm using a vim...
As title, sometimes I would resize neovim's window. It result in unfavorable pannel positions like below: 
Hey, hope you don't mind usage question. I have a command that does something like this: ```viml :20split | te ``` With focus enabled my sized split is ignored. I...
Hi! This seems like a common issue, but I'm having trouble with excluding filetypes for "toggleterm", "qf" as well as "help" (I've tried buftype_exclude for "help" as well). Demo: https://user-images.githubusercontent.com/62098008/159968916-27ffbb99-e77c-4f55-a35b-d6ebe7a1c2b3.mp4...
I have this case  Then i open new buffer from telescope. On that screenshot last split window has 1 pixel width.  When i move cursor right, all is...
Hi, I am currently trying to get nvim to resize accordingly when I resize the terminal. I tried to set it up with an autocomand like `autocmd VimResized * lua...
If i want open a lot of splits i will get that error:  But i need use min_width option, because without it, my not focused splits will be too...
# Problem description If I got (wide monitor) 3 split windows horizontally next to each other I expect the other 2 unfocussed windows to relatively get smaller both, but only...
Hey @beauwilliams thanks again for this awesome plugin, I while ago you implemented a feature request I made for completly expanding windows, I've been using it daily. I have encountered...
Hi, I am a little bit obsessive-compulsive. How to disable the default resize ratio by just evenly?