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
in a layout, I can easily specify the size of the new pane relative to the existing pane using the size directive. Could we have the equivalent in the new-pane action too?
If I wanted to stick to just command line forever whatever reason, I could move-focus and do resize-pane + multiple times, but that's not efficient
I propose adding a -s option for size
zellij action new-pane -d down -s 20 would open a pane which is 20% of the original
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
in a layout, I can easily specify the size of the new pane relative to the existing pane using the size directive. Could we have the equivalent in the new-pane action too?
If I wanted to stick to just command line forever whatever reason, I could move-focus and do resize-pane + multiple times, but that's not efficient
I propose adding a
-s
option for sizezellij action new-pane -d down -s 20
would open a pane which is 20% of the originalBeta Was this translation helpful? Give feedback.
All reactions