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
It would be awesome to be able to configure the width and height of panes. Maybe using percentages?
I don't know if this is possible, I can change the width and heights of panes manually after I ran hyperlayout.
I tried looking into it, but I couldn't find out where to find the documentation for the new event used here: https://github.com/timolins/hyperlayout/blob/master/index.js#L133
The text was updated successfully, but these errors were encountered:
@reckter I think it's here: app/ui/window.js#L88-L125
Looks like you can specify rows and cols. Should be easy enough to enable!
rows
cols
Sorry, something went wrong.
I have developed a plugin base on hyperlayout which can configure the width and height of panes: https://github.com/bet4it/hyperinator
hyperlayout
No branches or pull requests
It would be awesome to be able to configure the width and height of panes.
Maybe using percentages?
I don't know if this is possible, I can change the width and heights of panes manually after I ran hyperlayout.
I tried looking into it, but I couldn't find out where to find the documentation for the new event used here: https://github.com/timolins/hyperlayout/blob/master/index.js#L133
The text was updated successfully, but these errors were encountered: