From 350a43493952e1f10173b4e341ff1fbd8ed8440d Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 18 Nov 2019 09:43:31 +0000 Subject: Add -f for full size to join-pane (like split-window), from Theo Buehler. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index e617ec61..3649e0f6 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1890,7 +1890,7 @@ zooms the pane. .Pp This command works only if at least one client is attached. .It Xo Ic join-pane -.Op Fl bdhv +.Op Fl bdfhv .Op Fl l Ar size .Op Fl s Ar src-pane .Op Fl t Ar dst-pane -- cgit