You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not sure this is currently feasible, is there a way to get information on the size of the shrinking/expanding pane (either when using the shrink/expand command or resizing with a mouse)? I'm trying to implement a "Two Pane Right" custom layout but I'm not able to get the even of resizing the pane/window to adjust the panes accordingly.
Describe the solution you'd like
I'm not so sure about this, maybe we can add a change event window_resize which will include 3 properties windowID, windowWidth, and windowHeight so the pane sizes and positions can be updated accordingly.
Describe alternatives you've considered
Currently, I'm using custom commands for shrinking and expanding the main pane size but it's required to use other sets of key bindings and mouse resizing doesn't work. I'm not sure if there are other approaches so that mouse resizing will work.
Is your feature request related to a problem? Please describe.
Not sure this is currently feasible, is there a way to get information on the size of the shrinking/expanding pane (either when using the shrink/expand command or resizing with a mouse)? I'm trying to implement a "Two Pane Right" custom layout but I'm not able to get the even of resizing the pane/window to adjust the panes accordingly.
Describe the solution you'd like
I'm not so sure about this, maybe we can add a change event
window_resize
which will include 3 propertieswindowID
,windowWidth
, andwindowHeight
so the pane sizes and positions can be updated accordingly.Describe alternatives you've considered
Currently, I'm using custom commands for shrinking and expanding the main pane size but it's required to use other sets of key bindings and mouse resizing doesn't work. I'm not sure if there are other approaches so that mouse resizing will work.
Additional context
Maybe a native Two Pane Right support would be less of a hassle for you 😅. And thank you for the amazing application.
The text was updated successfully, but these errors were encountered: