diff options
author | nicm <nicm> | 2019-11-18 09:43:31 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-11-18 09:43:31 +0000 |
commit | 350a43493952e1f10173b4e341ff1fbd8ed8440d (patch) | |
tree | 1a1f8d83831fcdbf7f607171ce54c9e5ea83125d /tmux.1 | |
parent | 4bc445f080ff53268ff1af26564d19c35c17e980 (diff) | |
download | rtmux-350a43493952e1f10173b4e341ff1fbd8ed8440d.tar.gz rtmux-350a43493952e1f10173b4e341ff1fbd8ed8440d.tar.bz2 rtmux-350a43493952e1f10173b4e341ff1fbd8ed8440d.zip |
Add -f for full size to join-pane (like split-window), from Theo Buehler.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |