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
If I have my window horizontally splitted in two panes, is there an action that I can associate to a keybind
(or a keybind I'm not aware of) that allows me to change the layout to two vertically splitted panes?
Or something like tmux ctrl+b + space to change how the panes are organized within the window
As an easy solution I was expecting that in "Pane" mode (ctrl+b) I can do that using 'l' or 'r'.
As a hack is possible to do that by:
first create a temporary pane on the right of one of the two horizontal panes
move the temporary pane down (or up)
close the "temporary pane"
now I have the original two horizontal panes as two vertical panes
But I don't think this is the proper solution 😃
The text was updated successfully, but these errors were encountered:
davxy
changed the title
Keybind to change pane layout
Keybind to change pane layout (horizontal to vertical)
Jan 28, 2023
This will come in the next version, here's a preview (the default layout will come with "vertical", "horizontal" and "stacked" swap layouts for tiled panes and "staggered", "expanded" and "spread" for floating panes).
EDIT: you'll also be able to configure these to your liking btw
If I have my window horizontally splitted in two panes, is there an action that I can associate to a keybind
(or a keybind I'm not aware of) that allows me to change the layout to two vertically splitted panes?
Or something like tmux
ctrl+b + space
to change how the panes are organized within the windowAs an easy solution I was expecting that in "Pane" mode (ctrl+b) I can do that using 'l' or 'r'.
As a hack is possible to do that by:
But I don't think this is the proper solution 😃
The text was updated successfully, but these errors were encountered: