From d529e7e14e4afa86a312ebac773682cfa3e58368 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 25 Apr 2010 20:28:13 +0000 Subject: Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. --- tmux.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index f4af706b..7deac12e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -784,6 +784,9 @@ bottom along the right. See the .Em main-pane-width window option. +.It Ic tiled +Panes are spread out as evenly as possible over the window in both rows and +columns. .El .Pp Commands related to windows and panes are as follows: -- cgit