Skip to content

Change height of buffer when tiled vertically #454

New issue

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

Closed
cickes opened this issue Oct 28, 2022 · 1 comment
Closed

Change height of buffer when tiled vertically #454

cickes opened this issue Oct 28, 2022 · 1 comment
Labels
question Further information is requested

Comments

@cickes
Copy link

cickes commented Oct 28, 2022

Thank you for your work on this. It is greatly valued.

Is there a way to change the height of a buffer when tiled vertically? In drawer mode, opening 2 buffers has them stacked vertically, each taking up 50%. I'd like the top buffer to take up 80% and bottom to take up 20%, for example.

Even more specific, I would like this to happen only when executing a specific command. An example here would be using vim-flutter.

:FlutterRun would open in the buffer window on the bottom, using 20% of the vertical screen, for example.

@lambdalisue
Copy link
Owner

You can use Vim's native :resize command I guess. Note that there are some issue on drawer mode with 2 buffers #452

@lambdalisue lambdalisue added the question Further information is requested label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants