We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golden Ratio splits nicely when moving between panes with Ctrl+W, h/l, but resets widths to even when moving with H/L (Shift)
Not a big deal, as it continues as normal if you move again.
Let me know if you need more clarity.
The text was updated successfully, but these errors were encountered:
So works for moving focus between windows, but doesn't resize when moving a window's position relative to other windows?
resets widths
What should it do? Update height and not modify widths?
I'd guess you can fix by using:
nnoremap <C-w>H <C-w>H:GoldenRatioResize<CR> nnoremap <C-w>L <C-w>L:GoldenRatioResize<CR> nnoremap <C-w>J <C-w>J:GoldenRatioResize<CR> nnoremap <C-w>K <C-w>K:GoldenRatioResize<CR>
Sorry, something went wrong.
Yep, when moving the window's position, all the window sizes get reset evenly and the focus is not wider.
The nnoremap changes does the trick for me.
nnoremap
No branches or pull requests
Golden Ratio splits nicely when moving between panes with Ctrl+W, h/l, but resets widths to even when moving with H/L (Shift)
Not a big deal, as it continues as normal if you move again.
Let me know if you need more clarity.
The text was updated successfully, but these errors were encountered: