From fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 4 Sep 2016 17:37:06 +0000 Subject: Add support for performing a full width split (with splitw -f), rather than splitting the current cell. From Stephen Kent. --- tmux.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 1d13d0c7..bd4152b2 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2011,6 +2011,13 @@ The .Fl b option causes the new pane to be created to the left of or above .Ar target-pane . +The +.Fl f +option creates a new pane spanning the full window height (with +.Fl h ) +or full window width (with +.Fl v ) , +instead of splitting the active pane. All other options have the same meaning as for the .Ic new-window command. -- cgit