tmuxp icon indicating copy to clipboard operation
tmuxp copied to clipboard

documentation: layouts

Open vlappa opened this issue 1 year ago • 1 comments

Is it me, or are the available layouts not documented? Hard to find at least it seems.

man tmux says:

The following layouts are supported:

 even-horizontal
         Panes are spread out evenly from left to right across the window.

 even-vertical
         Panes are spread evenly from top to bottom.

 main-horizontal
         A large (main) pane is shown at the top of the window and the remaining panes are spread
         from left to right in the leftover space at the bottom.  Use the main-pane-height window
         option to specify the height of the top pane.

 main-vertical
         Similar to main-horizontal but the large pane is placed on the left and the others spread
         from top to bottom along the right.  See the main-pane-width window option.

 tiled   Panes are spread out as evenly as possible over the window in both rows and columns.

vlappa avatar Apr 14 '23 15:04 vlappa

I am fine with adding this to the docs, if there's a PR.

tony avatar Jun 14 '23 01:06 tony