mirror of
https://github.com/tmux/tmux.git
synced 2026-06-22 11:16:57 +00:00
Removed cmd-tile-float-pane.c.
This commit is contained in:
60
tmux.1
60
tmux.1
@@ -3159,47 +3159,6 @@ zooms the pane.
|
||||
The
|
||||
.Ic find-window
|
||||
command works only if at least one client is attached.
|
||||
.Tg floatp
|
||||
.It Xo Ic float\-pane
|
||||
.Op Fl d
|
||||
.Op Fl x Ar width
|
||||
.Op Fl y Ar height
|
||||
.Op Fl X Ar x\-position
|
||||
.Op Fl y Ar y\-position
|
||||
.Op Fl t Ar target\-pane
|
||||
.Xc
|
||||
.D1 Pq alias: Ic floatp
|
||||
Lift
|
||||
.Ar target\-pane
|
||||
out of the tiled layout and make it floating.
|
||||
The
|
||||
.Fl x
|
||||
and
|
||||
.Fl y
|
||||
options set the width and height of the floating pane in columns and lines
|
||||
respectively.
|
||||
The default is half the window width and a quarter the window height.
|
||||
The
|
||||
.Fl X
|
||||
and
|
||||
.Fl Y
|
||||
options set the position of the upper-left corner of the pane.
|
||||
If omitted, new floating panes are cascaded from the top-left of the window.
|
||||
.Pp
|
||||
If the pane had previously been floating, the position and sizes are restored
|
||||
from the saved values not specified by the
|
||||
.Fl x ,
|
||||
.Fl y ,
|
||||
.Fl X ,
|
||||
and
|
||||
.Fl Y
|
||||
options.
|
||||
.Pp
|
||||
If
|
||||
.Fl d
|
||||
is given, the active pane is not changed.
|
||||
The pane must not already be floating or hidden, and the window must not
|
||||
be zoomed.
|
||||
.Tg joinp
|
||||
.It Xo Ic join\-pane
|
||||
.Op Fl bdfhv
|
||||
@@ -4133,25 +4092,6 @@ is omitted and a marked pane is present (see
|
||||
.Ic select\-pane
|
||||
.Fl m ) ,
|
||||
the window containing the marked pane is used rather than the current window.
|
||||
.Tg tilep
|
||||
.It Xo Ic tile\-pane
|
||||
.Op Fl d
|
||||
.Op Fl t Ar target\-pane
|
||||
.Xc
|
||||
.D1 Pq alias: Ic tilep
|
||||
Return a floating
|
||||
.Ar target\-pane
|
||||
back to the tiled layout.
|
||||
The location in the layout is preserved.
|
||||
Half the space from the nearest tiled pane in the layout is given to
|
||||
.Ar target\-pane .
|
||||
The floating position and sizes are saved so they can be restored by future
|
||||
calls to
|
||||
.Ic float\-pane .
|
||||
If
|
||||
.Fl d
|
||||
is given, the active pane is not changed.
|
||||
The pane must be floating, not hidden, and the window must not be zoomed.
|
||||
.Tg showp
|
||||
.It Xo Ic show\-pane
|
||||
.Op Fl t Ar target\-pane
|
||||
|
||||
Reference in New Issue
Block a user