mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08:48 +00:00
Sync up some tmux.1 bits.
This commit is contained in:
parent
fff85d854e
commit
43656d4ea7
20
tmux.1
20
tmux.1
@ -14,7 +14,7 @@
|
|||||||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: March 25 2013 $
|
.Dd $Mdocdate$
|
||||||
.Dt TMUX 1
|
.Dt TMUX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1099,10 +1099,10 @@ to
|
|||||||
As a special case,
|
As a special case,
|
||||||
.Fl t
|
.Fl t
|
||||||
may refer to a pane (a target that contains
|
may refer to a pane (a target that contains
|
||||||
.Ql : ,
|
.Ql \&: ,
|
||||||
.Ql .
|
.Ql \&.
|
||||||
or
|
or
|
||||||
.Ql % )
|
.Ql % ) ,
|
||||||
in which case the session, window and pane are all changed.
|
in which case the session, window and pane are all changed.
|
||||||
If
|
If
|
||||||
.Fl l ,
|
.Fl l ,
|
||||||
@ -2809,16 +2809,6 @@ The default is an empty string, which instructs
|
|||||||
to create a login shell using the value of the
|
to create a login shell using the value of the
|
||||||
.Ic default-shell
|
.Ic default-shell
|
||||||
option.
|
option.
|
||||||
.It Ic default-size Ar XxY
|
|
||||||
Set the default size of new windows when the
|
|
||||||
.Ar window-size
|
|
||||||
option is set to manual or when a session is created with
|
|
||||||
.Ic new-session
|
|
||||||
.Fl d .
|
|
||||||
The value is the width and height separated by an
|
|
||||||
.Ql x
|
|
||||||
character.
|
|
||||||
The default is 80x24.
|
|
||||||
.It Ic default-shell Ar path
|
.It Ic default-shell Ar path
|
||||||
Specify the default shell.
|
Specify the default shell.
|
||||||
This is used as the login shell for new windows when the
|
This is used as the login shell for new windows when the
|
||||||
@ -2837,7 +2827,7 @@ This option should be configured when
|
|||||||
is used as a login shell.
|
is used as a login shell.
|
||||||
.It Ic default-size Ar XxY
|
.It Ic default-size Ar XxY
|
||||||
Set the default size of new windows when the
|
Set the default size of new windows when the
|
||||||
.Ar window-size
|
.Ic window-size
|
||||||
option is set to manual or when a session is created with
|
option is set to manual or when a session is created with
|
||||||
.Ic new-session
|
.Ic new-session
|
||||||
.Fl d .
|
.Fl d .
|
||||||
|
Loading…
Reference in New Issue
Block a user