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
As an user, I would like to be able to split the terminal tab into more than two equal parts, e.g. split the terminal vertically into three parts with equal width. Currently Guake only allows splitting in half.
To do this, I propose adding an optional parameter to the --split-vertical and --split-horizontal command line options to specify the number N of equal parts to split into, e.g.
--split-vertical [N] Split the selected tab vertically into N equal parts (default: 2).
--split-horizontal [N] Split the selected tab horizontally into N equal parts (default: 2).
The text was updated successfully, but these errors were encountered:
As an user, I would like to be able to split the terminal tab into more than two equal parts, e.g. split the terminal vertically into three parts with equal width. Currently Guake only allows splitting in half.
To do this, I propose adding an optional parameter to the
--split-vertical
and--split-horizontal
command line options to specify the numberN
of equal parts to split into, e.g.The text was updated successfully, but these errors were encountered: