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
I would like to have a terminal that always uses 40% of the available space. I have the following config:
require("toggleterm").setup({ direction = "vertical", size = function() return vim.o.columns * 0.4 end, persist_size = false, })
The config allows that, but only between terminal reopens like:
Not working is the following:
I would like to see that on Window Resize also the size parameter gets reevaluated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to have a terminal that always uses 40% of the available space.
I have the following config:
The config allows that, but only between terminal reopens like:
Not working is the following:
current behavior
desired behavior
I would like to see that on Window Resize also the size parameter gets reevaluated.
The text was updated successfully, but these errors were encountered: