mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Add a -T flag to resize-pane to trim lines below the cursor, moving
lines out of the history. GitHub issue 2134.
This commit is contained in:
parent
e6d1b6770c
commit
e221ef203c
5
tmux.1
5
tmux.1
@ -2261,7 +2261,7 @@ Rename the current window, or the window at
|
|||||||
if specified, to
|
if specified, to
|
||||||
.Ar new-name .
|
.Ar new-name .
|
||||||
.It Xo Ic resize-pane
|
.It Xo Ic resize-pane
|
||||||
.Op Fl DLMRUZ
|
.Op Fl DLMRTUZ
|
||||||
.Op Fl t Ar target-pane
|
.Op Fl t Ar target-pane
|
||||||
.Op Fl x Ar width
|
.Op Fl x Ar width
|
||||||
.Op Fl y Ar height
|
.Op Fl y Ar height
|
||||||
@ -2300,6 +2300,9 @@ and unzoomed (its normal position in the layout).
|
|||||||
.Fl M
|
.Fl M
|
||||||
begins mouse resizing (only valid if bound to a mouse key binding, see
|
begins mouse resizing (only valid if bound to a mouse key binding, see
|
||||||
.Sx MOUSE SUPPORT ) .
|
.Sx MOUSE SUPPORT ) .
|
||||||
|
.Pp T
|
||||||
|
trims all lines below the current cursor position and moves lines out of the
|
||||||
|
history to replace them.
|
||||||
.It Xo Ic resize-window
|
.It Xo Ic resize-window
|
||||||
.Op Fl aADLRU
|
.Op Fl aADLRU
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
|
Loading…
Reference in New Issue
Block a user