diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-10-15 10:01:28 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-10-15 10:01:28 +0100 |
commit | fb7ce5b5d509db244111e130224f366ced28b228 (patch) | |
tree | 7359b965c7b1bd25e19256dba1c3318dca6359c4 /tmux.1 | |
parent | eb57cbcc296b10d8d9ea41930ab402717c800f9c (diff) | |
parent | 9fd62efcf0392cda0ddd1b7836e98da08d0a6f9f (diff) | |
download | rtmux-fb7ce5b5d509db244111e130224f366ced28b228.tar.gz rtmux-fb7ce5b5d509db244111e130224f366ced28b228.tar.bz2 rtmux-fb7ce5b5d509db244111e130224f366ced28b228.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 32 |
1 files changed, 17 insertions, 15 deletions
@@ -1896,9 +1896,7 @@ zooms the pane. This command works only if at least one client is attached. .It Xo Ic join-pane .Op Fl bdhv -.Oo Fl l -.Ar size | -.Fl p Ar percentage Oc +.Op Fl l Ar size .Op Fl s Ar src-pane .Op Fl t Ar dst-pane .Xc @@ -2035,9 +2033,7 @@ flag, see the section. .It Xo Ic move-pane .Op Fl bdhv -.Oo Fl l -.Ar size | -.Fl p Ar percentage Oc +.Op Fl l Ar size .Op Fl s Ar src-pane .Op Fl t Ar dst-pane .Xc @@ -2246,8 +2242,14 @@ or .Fl y . The .Ar adjustment -is given in lines or cells (the default is 1). -.Pp +is given in lines or columns (the default is 1); +.Fl x +and +.Fl y +may be a given as a number of lines or columns or followed by +.Ql % +for a percentage of the window size (for example +.Ql -x 10% ) . With .Fl Z , the active pane is toggled between zoomed (occupying the whole of the window) @@ -2439,9 +2441,7 @@ the command behaves like .Op Fl bdfhIvP .Op Fl c Ar start-directory .Op Fl e Ar environment -.Oo Fl l -.Ar size | -.Fl p Ar percentage Oc +.Op Fl l Ar size .Op Fl t Ar target-pane .Op Ar shell-command .Op Fl F Ar format @@ -2457,10 +2457,12 @@ a vertical split; if neither is specified, is assumed. The .Fl l -and -.Fl p -options specify the size of the new pane in lines (for vertical split) or in -cells (for horizontal split), or as a percentage, respectively. +option specifies the size of the new pane in lines (for vertical split) or in +columns (for horizontal split); +.Ar size +may be followed by +.Ql % +to specify a percentage of the available space. The .Fl b option causes the new pane to be created to the left of or above |